=============
ckanext-envidat_theme
Extension contains JSON schemas used by ckanext-scheming to customize EnviDat dataset and organization fields.
Requirements
The table below shows which version tags for the extension are compatible with which CKAN versions.
Other CKAN versions may be possibly compatible but have not been tested.
+—————+————————-+
| Version Tag | CKAN Compatible Version |
+===============+=========================+
| 1.0.0 | 2.9.9b |
+—————+————————-+
| 2.0.0 | 2.11.3 |
+—————+————————-+
Installation
.. Add any additional install steps to the list below.
For example installing any non-Python dependencies or adding any required
config settings.
To install ckanext-envidat_theme:
Activate your CKAN virtual environment, for example::
. /usr/lib/ckan/default/bin/activate
Install the ckanext-envidat_theme Python package into your virtual environment::
pip install ckanext-envidat_theme
Add envidat_theme 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. For example if you’ve deployed CKAN with Apache on Ubuntu::
sudo service apache2 reload
Config Settings
Document any optional config settings here. For example::
# The minimum number of hours to wait before re-checking a resource
# (optional, default: 24).
ckanext.envidat_theme.some_setting = some_default_value
Development Installation
To install ckanext-envidat_theme for development, activate your CKAN virtualenv and
do::
git clone https://github.com/espona/ckanext-envidat_theme.git
cd ckanext-envidat_theme
python setup.py develop
pip in