Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okfde/ckanext-offenedaten
CKAN extension for OffeneDaten.de (theme/UI & harvesters)
https://github.com/okfde/ckanext-offenedaten
Last synced: 3 months ago
JSON representation
CKAN extension for OffeneDaten.de (theme/UI & harvesters)
- Host: GitHub
- URL: https://github.com/okfde/ckanext-offenedaten
- Owner: okfde
- Created: 2012-12-12T17:30:24.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T12:04:17.000Z (about 7 years ago)
- Last Synced: 2024-08-02T12:46:59.152Z (6 months ago)
- Language: Python
- Homepage: http://www.offenedaten.de
- Size: 2.88 MB
- Stars: 4
- Watchers: 7
- Forks: 3
- Open Issues: 29
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
- awesome-starred - okfde/ckanext-offenedaten - CKAN extension for OffeneDaten.de (theme/UI & harvesters) (others)
README
# ckanext-offenedaten
Custom CKAN extension for [offenedaten.de](http://offenedaten.de/)
## How to Install Locally for Development
1. Install CKAN from source.
2. 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.txt3. Add the following settings to the `[app:main]` section of your CKAN config
file (e.g. `development.ini` or `offenedaten.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 Repository4. 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).## Edit the style
After editing the less files, they need to be recompiled. This can be done by calling `offenedaten/theme/less`.