mirror of
https://github.com/dathere/ckan-devstaller.git
synced 2025-11-09 13: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
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| install.bash | ||
| README.md | ||
ckan-devstaller
ckan-devstaller attempts to install CKAN 2.11.3 from source using ckan-compose, intended for development use in a new Ubuntu 22.04 instance. The following are also installed and enabled by default:
The datatablesview-plus extension is planned to be included in a future release.
![INFO] We plan on including customizability for enabling/disabling features in a future release.
Quick start
Caution
Make sure
ckan-devstalleris run in a new Ubuntu 22.04 instance. Do NOT runckan-devstallerin an existing instance that is important for your usage.
Note
The
/etc/ckan/default/ckan.iniconfig file will have its comments removed for now. There are plans to fix this in a future release ofckan-devstaller.
Paste this into your new Ubuntu 22.04 instance's terminal:
curl -fsSL https://github.com/dathere/ckan-devstaller/releases/download/0.1.0/install.bash | bash