Additional action APIs for opendata.admin.ch
Use pip
to install this plugin. This example installs it in /home/www-data
source /home/www-data/pyenv/bin/activate
pip install -e git+https://github.com/ogdch/ckanext-ogdch_actions.git#egg=ckanext-ogdch_actions --src /home/www-data
cd /home/www-data/ckanext-ogdch-actions
python setup.py develop
Make sure to add ogdch_actions
to ckan.plugins
in your config file.
- install the
pre-commit.sh
script as a pre-commit hook in your local repositories: **ln -s ../../pre-commit.sh .git/hooks/pre-commit