ckanext-lighthorse
Main theme CKAN extension for Lighthorse.
Note: This is a Keitaro fork of the original lighthorse-tx/ckanext-lighthorse repository with additional schema updates.
Requirements
Compatibility with core CKAN versions:
| CKAN version |
Compatible? |
| 2.9 |
not tested |
| 2.10 |
Yes |
Installation
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/keitaroinc/ckanext-lighthorse.git
cd ckanext-lighthorse
pip install -e .
pip install -r requirements.txt
Add lighthorse to the ckan.plugins setting
Restart CKAN
Config Settings
None at present.
License
AGPL-3.0