This extension includes some visual customizations for depositar.
This extension is only tested in CKAN 2.9 and later.
To install ckanext-depositar_theme:
Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
Install the ckanext-depositar_theme Python package into your virtual environment:
pip install -e 'git+https://github.com/depositar/ckanext-depositar_theme.git#egg=ckanext-depositar_theme'
Add
depositar_themeto theckan.pluginssetting in your CKAN config file (by default the config file is located at/etc/ckan/default/ckan.ini).Restart CKAN. For example if you've deployed CKAN with Apache on Ubuntu:
sudo service apache2 reload