mirror of
https://github.com/dathere/ckan-devstaller.git
synced 2025-11-09 13:39:49 +00:00
974 B
974 B
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:
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