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
Find a file
2025-08-16 01:50:10 -04:00
src fix: use compatible qsvdp 4.0.0 with glibc_2.31 2025-08-16 01:50:10 -04:00
.gitignore feat: initial implementation of ckan-devstaller 2025-08-12 17:56:06 -04:00
Cargo.lock feat: add ckanext-scheming and DP+ 2025-08-16 01:09:58 -04:00
Cargo.toml feat: add ckanext-scheming and DP+ 2025-08-16 01:09:58 -04:00
README.md docs: update callout in README to CAUTION 2025-08-12 18:14:04 -04:00

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-devstaller is run in a new Ubuntu 22.04 instance. Do NOT run ckan-devstaller in 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
{8479CBE1-788E-48B3-AE9C-F3A51724520C}

Demo (sped up)

ckan-devstaller-demo