Custom CKAN extension for offenedaten.de
-
Install CKAN from source.
-
Install ckanext-offenedaten. Activate your CKAN virtual environment and:
git clone [email protected]:okfde/ckanext-offenedaten.git cd ckanext-offenedaten python setup.py develop pip install -r pip-requirements.txt
-
Add the following settings to the
[app:main]
section of your CKAN config file (e.g.development.ini
oroffenedaten.ini
):offenedaten.beta = true
and edit the following settings:
ckan.plugins = stats dcat_api offenedaten ckan.site_title = offenedaten.de ckan.site_description = Open Data Repository
-
Run CKAN, e.g.
paster serve offenedaten.ini
Note on CKAN versions: at the time of writing the master
branch of
ckanext-offenedaten is intended to work with CKAN 2.0 (currently the master
branch
of ckan).
After editing the less files, they need to be recompiled. This can be done by calling offenedaten/theme/less
.