- provides Eawag logo
- provides Eawag favicon
- provides spatial search display
tested for CKAN v2.4.1
To install ckanext-eaw_theme:
Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
Install the ckanext-eaw_theme Python package into your virtual environment:
pip install ckanext-eaw_theme
Add
eaw_theme
to theckan.plugins
setting in your CKAN config file (by default the config file is located at/etc/ckan/default/production.ini
).Restart CKAN. For example if you've deployed CKAN with Apache on Ubuntu:
sudo service apache2 reload
To install ckanext-eaw_theme for development, activate your CKAN virtualenv and do:
git clone https://github.com/eawag-rdm/ckanext-eaw_theme.git cd ckanext-eaw_theme python setup.py develop pip install -r dev-requirements.txt