Configuration hints |
Installation:
. /usr/lib/ckan/default/bin/activate
pip install ckanext-datavic-odp-schema
Add datavic-odp-schema to ckan.plugins
sudo service apache2 reload
Dependencies:
ckanext-toolbelt >=0.2.3, <1.0.0
Development:
git clone https://github.com//ckanext-datavic-odp-schema.git
cd ckanext-datavic-odp-schema
python setup.py develop
pip install -r dev-requirements.txt
Tests:
nosetests –nologcapture –with-pylons=test.ini
|