Extension Storepublisher


Extension Basics

Title
Storepublisher
Name
ckanext-storepublisher
Type
Public extension
Description
CKAN extension to publish public datasets in the FIWARE Store as offerings
CKAN versions
Download-Url (zip)
Last commit
8 years ago (2017-11-14 14:20:36)
Url to repo
Category
Authentication & Security


Background Infos

Description (long)
Show details

CKAN Store Publisher Build Status

CKAN extension that allows users to publish datasets in the FIWARE Store (as offerings) in a simpler way. To do so, a new tab is added in the Datasets Manage menu that offers a form to set the basic options of the offering.

Offerings are not automatically published so the dataset creator must access this form and complete it in order to publish the dataset in the FIWARE Store.

Note: This software is intended to integrate a CKAN instance with the FIWARE Store so it won’t probably work with other Stores.

Requirements

Installation

Install this extension in your CKAN instance is as easy as intall any other CKAN extension.

  • Download the source from this GitHub repo.
  • Activate your virtual environment (generally by running . /usr/lib/ckan/default/bin/activate)
  • Install the extension by running python setup.py install
  • Modify your configuration file (generally in /etc/ckan/default/production.ini) and add storepublisher in the ckan.plugins setting.
  • In the same config file, specify the location of FIWARE Store by adding the ckan.storepublisher.store_url setting. In addition, you must also set the Repository used by the store. To do so, add the ckan.storepublisher.repository setting
  • Restart your apache2 reserver (sudo service apache2 restart)
  • That’s All
Version
0.3.2
Version release date
2015-11-25
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

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