Extension Sintef


Extension Basics

Title
Sintef
Name
ckanext-sintef
Type
Public extension
Description
The **sintef** extension for CKAN is designed to extend the functionality of the ckanext-harvest ex
CKAN versions
Download-Url (zip)
Last commit
9 years ago (2016-11-24 19:39:48)
Url to repo
Category
Data Management & Quality


Background Infos

Description (long)
Show details

=============

ckanext-sintef

A CKAN plugin made for SINTEF ICT that extends ckanext-harvest. This plugin enables harvesting from the sources Geonorge and Difi.


Installation

To install ckanext-sintef:

  1. You will need ckanext-harvest in order for ckanext-sintef to work. For documentation on how to install ckanext-harvest, visit https://github.com/ckan/ckanext-harvest.

  2. Activate your CKAN virtual environment, for example::

~/ckan/default/bin/activate
  1. Install the ckanext-sintef Python package into your virtual environment::
cd ~ckan/default/src/ckanext-sintef
python setup.py develop
  1. Add geonorge_harvester and datanorge_harvester to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/production.ini).

  2. Restart CKAN. For example if you’ve deployed CKAN with Apache on Ubuntu::

sudo service apache2 reload

Development Installation

To install ckanext-sintef for development, activate your CKAN virtualenv and do::

git clone https://github.com/OpenTransportDataProject/ckanext-sintef.git
cd ckanext-sintef
python setup.py develop
pip install -r dev-requirements.txt
Version
Version release date
(not set)
Contact name
OpenTransportDataProject
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

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