=============
ckanext-odn
Estensione per OpenDataNetwork.
Fornisce 2 plugin:
odn_theme: customizzazione GUI
odn_harvest: ridefinisce alcuni comportamenti dell’harvester spaziale.
Requirements
Sviluppato e testato su CKAN 2.5.2.
Richiede che sia installato il plugin spatial-harvester.
Installation
To install ckanext-odn:
Activate your CKAN virtual environment, for example::
. /usr/lib/ckan/default/bin/activate
Install the ckanext-odn Python package into your virtual environment::
pip install ckanext-odn
Add odn_theme and odn_harvest 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
Development Installation
To install ckanext-odn for development, activate your CKAN virtualenv and
do::
git clone https://github.com/geosolution-it/ckanext-odn.git
cd ckanext-odn
python setup.py develop
pip install -r dev-requirements.txt