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%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Rachel Knowler e2ba808fcf Merge pull request #19 from ogdch/license-link-on-datasets
Add link to license if license_url is available
2014-02-21 14:00:07 +01:00
ckanext Merge pull request #19 from ogdch/license-link-on-datasets 2014-02-21 14:00:07 +01:00
.gitignore Remove temporary files 2013-06-05 16:41:24 +02:00
.travis.yml Added travis build. 2014-02-17 14:12:50 +01:00
build.sh Added travis build. 2014-02-17 14:12:50 +01:00
LICENSE Add LICENSE and README.md 2013-09-13 18:40:55 +02:00
pip-requirements.txt Added travis build. 2014-02-17 14:12:50 +01:00
pre-commit.sh Fix PEP8 code style 2013-12-20 00:08:58 +01:00
README.md Fix PEP8 code style 2013-12-20 00:08:58 +01:00
setup.cfg Fix PEP8 code style 2013-12-20 00:08:58 +01:00
setup.py Revert "removed namespace packages since they're causing an error during installation, maybe TBF" 2013-06-13 11:31:01 +02:00

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.sh script as a pre-commit hook in your local repositories: ** ln -s ../../pre-commit.sh .git/hooks/pre-commit