To install ckanext-bulkupload:
Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
Clone the source and install it on the virtualenv
git clone https://github.com/Keitaroinc/ckanext-bulkupload.git cd ckanext-bulkupload pip install -e . pip install -r requirements.txt
Add bulkupload to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/ckan.ini).
Restart CKAN. For example if you've deployed CKAN with Apache on Ubuntu:
sudo service apache2 reload
Config settings
None at present
TODO: Document any optional config settings here. For example:
The minimum number of hours to wait before re-checking a resource
(optional, default: 24).
ckanext.bulkupload.some_setting = some_default_value