Custom CKAN extension for KRZN
-
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
orproduction.ini
):
ckan.plugins = krzn
- Run CKAN, e.g.
paster serve production.ini
After editing the less files, they need to be recompiled. This can be done by calling ckanext/krzn/theme/less
.