Skip to content

OpenTransportDataProject/ckanext-sintef

Repository files navigation

============= 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published