mirror of
https://github.com/dathere/ckan-devstaller.git
synced 2025-11-08 05:39:49 +00:00
⛵ Command-line tool to install CKAN from source (using ckan-compose for development) on a brand new Ubuntu 22.04 distribution.
https://ckan-devstaller.dathere.com
|
Some checks failed
Verify ckan-devstaller runs CKAN-only install successfully / Run ckan-devstaller with a CKAN-only install (push) Has been cancelled
|
||
|---|---|---|
| .github/workflows | ||
| docs | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| install.bash | ||
| README.md | ||
ckan-devstaller
ckan-devstaller attempts to install a CKAN instance using ckan-compose for development usage in a new Ubuntu 22.04 instance.
You may find ckan-devstaller useful for:
- Exploring CKAN for the first time without spending hours on installation steps
- Developing/Testing CKAN extensions and fixing bugs
- Trying a new CKAN version to test an upgrade from a legacy version
ckan-devstaller was made to help speed up the installation time for CKAN and various extensions/features to boost development productivity.
Get started at ckan-devstaller.dathere.com.
Learn more about developing with CKAN
You may find the following guides useful while developing with CKAN:
- CKAN Hardware Requirements - Learn what you need before installing CKAN
- CKAN Sysadmin guide - Useful for CKAN instance administrators/sysadmins
- CKAN Theming guide - Explore how to set up custom themes for your CKAN instance
- CKAN Extending guide - Develop CKAN extensions that can enhance your CKAN instance's functionality and add custom features
What next?
- Customize your config file
- Create test data
- Visit ckan.org
- Interact with your CKAN API at ckanaction.dathere.com