Extension ckanext-bulkupload


Extension Basics

Title
ckanext-bulkupload
Name
ckanext-bulkupload
Type
Public extension
Description
CKAN extension for bulk upload of resources. The extension is customazed for Xcaret Open data portal.
CKAN versions
Download-Url (zip)
Last commit
a year ago (2024-04-17 12:46:29)
Url to repo
Category
(not set)


Background Infos

Description (long)
Version
Version release date
(not set)
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

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

Plugins to configure (ckan.ini)
(not set)
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions