2.1 KiB
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. The following are also installed and enabled by default:
The datatablesview-plus extension is planned to be included in a future release.
Note
We plan on including customizability for enabling/disabling features in a future release.
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.
Warning
If you are using Ubuntu 22.04 on VirtualBox, you may need to add your user to the sudoers file before running the ckan-devstaller install script. Open a terminal in your virtual machine (VM), run
su -and log in as the root user with the password you used to set up the VM, then typesudo adduser <username> sudowhere<username>is your username then restart your VM and run the ckan-devstaller installer script.
Note
The
/etc/ckan/default/ckan.iniconfig file will have its comments removed for now. There are plans to fix this in a future release ofckan-devstaller.
Paste this into your new Ubuntu 22.04 instance's terminal:
wget -O - https://github.com/dathere/ckan-devstaller/releases/download/0.1.0/install.bash | bash