ckanext-eds
A CKAN extension developed by Keitaro Inc. This extension provides portal functionality with features like quick facts display and editor role management.
Installation
To install ckanext-eds:
Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
Install the ckanext-eds Python package into your virtual environment:
pip install ckanext-eds
Add eds 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.
Config Settings
Add config for number of quick facts, default is 3:
ckanext.eds.quick_facts_number = ...
Development Installation
To install ckanext-eds for development, activate your CKAN virtualenv and do:
git clone https://github.com/keitaroinc/ckanext-eds.git
cd ckanext-eds
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
Documentation
Editor role documentation is included in the documentation folder.