ckanext-kepa
The main theme CKAN extension for KEPA open data portal.
Requirements
Compatibility with core CKAN versions:
| CKAN version |
Compatible |
| 2.6 and earlier |
not tested |
| 2.7 |
not tested |
| 2.8 |
not tested |
| 2.9 |
not tested |
| 2.10 |
Yes |
Installation
To install ckanext-kepa:
Activate your CKAN virtual environment:
. /usr/lib/ckan/default/bin/activate
Clone the source and install it on the virtualenv:
git clone https://github.com/Keitaro/ckanext-kepa.git
cd ckanext-kepa
pip install -e .
pip install -r requirements.txt
Add kepa to the ckan.plugins setting in your CKAN config file.
Restart CKAN.
Config settings
On the web interface in /ckan-admin/config settings, you can add the custom links that will appear in all 3 footer sections.
Tests
To run the tests:
pytest --ckan-ini=test.ini