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.toml | ||
| 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
Warning
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:
cd ~/
sudo apt update -y && sudo apt upgrade -y
sudo apt install curl -y
curl -LO https://github.com/dathere/ckan-devstaller/releases/download/0.1.0/ckan-devstaller
sudo chmod +x ./ckan-devstaller
./ckan-devstaller