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.
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.
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