ckanext-envidat_theme
Extension contains JSON schemas used by ckanext-scheming to customize EnviDat dataset and organization fields. This extension customizes the content and appearance of CKAN for the EnviDat project (WSL).
Requirements
The table below shows which version tags for the extension are compatible with which CKAN versions.
| Version |
CKAN Version |
| 1.0.0 |
2.9.9b |
| 2.0.0 |
2.11.3 |
Other CKAN versions may be possibly compatible but have not been tested.
Installation
To install ckanext-envidat_theme:
Activate your CKAN virtual environment:
. /usr/lib/ckan/default/bin/activate
Install the ckanext-envidat_theme Python package:
pip install ckanext-envidat_theme
Add envidat_theme to the ckan.plugins setting in your CKAN config file.
Restart CKAN.
Development Installation
To install for development:
git clone https://github.com/espona/ckanext-envidat_theme.git
cd ckanext-envidat_theme
python setup.py develop
pip install -r dev-requirements.txt
License
AGPL-3.0 license