ckanext-operandum
TODO: Put a description of your extension here: What does it do? What features does it have?
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 |
Installation
To install ckanext-operandum:
Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
Clone the source and install it on the virtualenv
git clone https://github.com/KajoServices/ckanext-operandum.git
cd ckanext-operandum
pip install -e .
pip install -r requirements.txt
Add operandum to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/ckan.ini).
Restart CKAN.
Config settings
None at present.
License
AGPL-3.0