==================
ckanext-opendatani
A CKAN extension for Open Data NI.
Requirements
ckanext-showcase <https://github.com/ckan/ckanext-showcase/>_: add showcase to ckan.plugins
ckanext-scheming <https://github.com/open-data/ckanext-scheming/>_: add scheming_datasets to ckan.plugins
ckanext-datarequests (Viderum fork) <https://github.com/ViderumGlobal/ckanext-datarequests/>_: add datarequests to ckan.plugins
ckanext-contact <https://github.com/NaturalHistoryMuseum/ckanext-contact/>_: add contact to ckan.plugins
ckanext-disqus <https://github.com/ckan/ckanext-disqus/>_: add disqus to ckan.plugins
ckanext-pages <https://github.com/ckan/ckanext-pages/>_: add pages to ckan.plugins
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-opendatani:
Activate your CKAN virtual environment, for example::
. /usr/lib/ckan/default/bin/activate
Install the ckanext-opendatani Python package into your virtual environment::
pip install ckanext-opendatani
Add opendatani 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.opendatani.some_setting = some_default_value
Development Installation
To install ckanext-opendatani for development, activate your CKAN virtualenv and
do::
git clone https://github.com/