Builder
Customize your CKAN installation before running ckan-devstaller.
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.ckan-devstaller command
#!/usr/bin/env bash # Update/Upgrade system dependencies sudo apt update -y sudo apt upgrade -y # Install curl sudo apt install curl -y # Change to the home directory cd ~/ # Download the ckan-devstaller binary file wget https://github.com/dathere/ckan-devstaller/releases/download/0.3.1/ckan-devstaller # Add execute permission to ckan-devstaller binary file sudo chmod +x ./ckan-devstaller # Run ckan-devstaller script ./ckan-devstaller
Selected configuration
CKAN version: 2.11.4
Configuration options
Presets
CKAN-only
Installs CKAN with ckan-compose. No CKAN extensions and extra features are installed.
datHere Default
datHere's default preset featuring the DataPusher+ extension.
CKAN version
2.11.4
2.10.9
CKAN extensions
ckanext-scheming
DataStore
DataPusher+
Features
Enable SSH
Installs the openssh-server package.