Quick Start
Get started with ckan-devstaller and install CKAN within minutes.
ckan-devstaller attempts to install a CKAN instance from source along with ckan-compose and other optional features, intended for development use in a new Ubuntu 22.04 instance.
Please run ckan-devstaller in a new Ubuntu 22.04 instance only
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.Install CKAN using ckan-devstaller
You have several options to choose from for installation. Here are a few you may choose one from:
Customize your CKAN installation with the Builder (Recommended)
Builder
Click here to customize your CKAN installation with an interactive web GUI
Install the "CKAN-only" preset
By running the following script, ckan-devstaller will be downloaded and the default configuration for installing CKAN 2.11.3 with ckan-compose will be selected. You can then customize your configuration interactively in your terminal after running this script.
wget -O - https://github.com/dathere/ckan-devstaller/releases/download/0.3.0/install.bash | bashIf you'd rather skip the interactivity and go straight to installation, then run the following script instead:
wget -O - https://github.com/dathere/ckan-devstaller/releases/download/0.3.0/install.bash | bash -s skip-interactiveInstall the "datHere Default" preset
The following script will download ckan-devstaller and select the following configuration:
- CKAN 2.11.3
- ckan-compose
- DataStore extension
- ckanext-scheming extension
- DataPusher+ extension
- Install the
openssh-serverpackage for allowing SSH capability - DRUF mode for DataPusher+ is available but disabled by default.
You can then customize your configuration interactively in your terminal after running this script.
wget -O - https://github.com/dathere/ckan-devstaller/releases/download/0.3.0/install.bash | bash -s dathere-defaultIf you'd rather skip the interactivity and go straight to installation, then run the following script instead:
wget -O - https://github.com/dathere/ckan-devstaller/releases/download/0.3.0/install.bash | bash -s dathere-default skip-interactive