mirror of
https://github.com/ogdch/ckanext-ogdch.git
synced 2026-08-25 21:44:18 +00:00
CKAN templates and translations for opendata.admin.ch | Read-only mirror of https://github.com/ogdch/ckanext-ogdch — Bundesamt für Statistik. Issues & pull requests at the source.
- HTML 92%
- Python 6.6%
- Shell 1.4%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| ckanext | ||
| .gitignore | ||
| .travis.yml | ||
| build.sh | ||
| LICENSE | ||
| pip-requirements.txt | ||
| pre-commit.sh | ||
| README.md | ||
| setup.cfg | ||
| setup.py | ||
ckanext-ogdch
CKAN templates and translations for opendata.admin.ch
Installation
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.git#egg=ckanext-ogdch --src /home/www-data
cd /home/www-data/ckanext-ogdch
python setup.py develop
Make sure to add ogdch to ckan.plugins in your config file.
For development
- install the
pre-commit.shscript as a pre-commit hook in your local repositories: **ln -s ../../pre-commit.sh .git/hooks/pre-commit