geosolutions-it/ckanext-harvest-tn

Name: ckanext-harvest-tn

Owner: GeoSolutions

Description: Harvesters for StatWeb services (Trento)

Created: 2016-08-16 15:07:09.0

Updated: 2016-08-16 15:11:55.0

Pushed: 2016-12-15 13:19:48.0

Homepage: null

Size: 35

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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

ckanext-harvest-tn

Estensione CKAN per la Provincia di Trento

DEPRECATED: Ported into https://github.com/geosolutions-it/ckanext-datitrentinoit


Plugin

Plugin definiti nell'estensione:


Requirements

Sviluppato e testato su CKAN 2.5.2.

Richiede che siano installate le estensioni ckanext-harvester e ckanext-spatial.


Installation

To install ckanext-harvest-tn:

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

    . /usr/lib/ckan/default/bin/activate

  2. Install the ckanext-harvest-tn Python package into your virtual environment::

    pip install ckanext-harvest-tn

  3. Add statwebpro_harvester and statwebsubpro_harvester to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/production.ini).

  4. Add csw_tn_harvester to the ckan.plugins setting in your CKAN config file.

  5. Restart CKAN. For example if you've deployed CKAN with Apache on Ubuntu::

    sudo service apache2 reload


Development Installation

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

git clone https://github.com/geosolution-it/ckanext-harvest-tn.git
cd ckanext-harvest-tn
python setup.py develop
pip install -r dev-requirements.txt

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.