ckanext-datapusherext - CKAN 2.1 backport of datapusher
This extension is used for working with the datapusher on CKAN 2.1. CKAN 2.2 will have this functionality built in.
Note: This extension is only needed for CKAN 2.1. CKAN 2.2 and later versions have datapusher support built-in.
Requirements
In order to use this the datapusher needs to be installed. See:
https://github.com/ckan/datapusher
Installation
- Clone the repository:
cd /usr/lib/ckan/default/src
git clone https://github.com/ckan/ckanext-datapusherext.git
cd ckanext-datapusherext
- Install the extension:
python setup.py develop
- Add
datapusher to your CKAN config file’s ckan.plugins setting.
Configuration
Add the following to your CKAN config:
ckan.datapusher.url = <urlofdatapusher>
Where <urlofdatapusher> is the fully qualified URL of the datapusher service.
Important Note
This is a legacy extension for CKAN 2.1 only. If you are using CKAN 2.2 or later, you do not need this extension as the datapusher functionality is already included in CKAN core.