https://github.com/datopian/ckanext-datagm
Code and theme for the Data GM Open Data Portal at http://datagm.org.uk/
https://github.com/datopian/ckanext-datagm
Last synced: 2 months ago
JSON representation
Code and theme for the Data GM Open Data Portal at http://datagm.org.uk/
- Host: GitHub
- URL: https://github.com/datopian/ckanext-datagm
- Owner: datopian
- Created: 2011-12-01T11:30:39.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2016-04-15T08:49:53.000Z (almost 10 years ago)
- Last Synced: 2025-07-02T11:13:44.166Z (9 months ago)
- Language: HTML
- Homepage: http://datagm.org.uk/
- Size: 738 KB
- Stars: 7
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CKAN extension for DataGM
Latest CKAN version supported: CKAN 2.5
To enable:
```
ckan.tracking_enabled = True
ckan.plugins = datagm ...
```
It uses the built-in tracking feature, so you'll need to set up a cron job:
```
@hourly /usr/lib/ckan/datagm/bin/paster --plugin=ckan tracking update -c /etc/ckan/datagm/production.ini && /usr/lib/ckan/datagm/bin/paster --plugin=ckan search-index rebuild -r -c /etc/ckan/datagm/production.ini
```