ckanext-inventorytheme
Custom theme extension for CKAN designed to provide inventory-specific theming and UI customization.
Requirements
For example, you might want to mention here which versions of CKAN this extension works with.
Installation
To install ckanext-inventorytheme:
Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
Install the ckanext-inventorytheme Python package into your virtual environment:
pip install ckanext-inventorytheme
Add inventorytheme to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/production.ini).
Restart CKAN.
Development Installation
To install ckanext-inventorytheme for development, activate your CKAN virtualenv and do:
git clone https://github.com/thejuliekramer/ckanext-inventorytheme.git
cd ckanext-inventorytheme
python setup.py develop
pip install -r dev-requirements.txt