ckan-devstaller

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

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.


Install CKAN using ckan-devstaller

You have several options to choose from for installation. Here are a few you may choose one from:

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

If 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-interactive

Install the "datHere Default" preset

The following script will download ckan-devstaller and select the following configuration:

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

If 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

Learn more