ckanext-edi_theme
Theme for EDI (European Data Incubator) project’s CKAN. This extension provides custom theming and styling for the EDI data portal.
Features
- Custom theme for EDI project branding
- Cookie consent functionality
- EDI-specific styling and layout
Installation
To install ckanext-edi_theme:
Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
Install the ckanext-edi_theme Python package into your virtual environment:
pip install ckanext-edi_theme
Add edi_theme 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-edi_theme for development, activate your CKAN virtualenv and do:
git clone https://github.com/edincubator/ckanext-edi_theme.git
cd ckanext-edi_theme
python setup.py develop
pip install -r dev-requirements.txt
Running the Tests
To run the tests, do:
nosetests --nologcapture --with-pylons=test.ini
License
AGPL-3.0 license