ckanext-krzn
Custom CKAN extension for KRZN
How to Install Locally for Development
Install CKAN from source.
Install ckanext-krzn. Activate your CKAN virtual environment and:
git clone git@github.com:okfn/ckanext-krzn.git
cd ckanext-krzn
python setup.py develop
pip install -r pip-requirements.txt
Edit the following settings in the [app:main] section of your CKAN config file (e.g. development.ini or production.ini):
ckan.plugins = krzn
Run CKAN, e.g. paster serve production.ini
Edit the style
After editing the less files, they need to be recompiled. This can be done by calling ckanext/krzn/theme/less.
License
AGPL-3.0