Extension Odn


Extension Basics

Title
Odn
Name
ckanext-odn
Type
Public extension
Description
The `ckanext-odn` extension enhances CKAN specifically for use within an OpenDataNetwork context. I
CKAN versions

~2.5.2

Show details

These CKAN Versions are exactely matched:

Download-Url (zip)
Last commit
8 years ago (2018-01-17 13:56:51)
Url to repo
Category
Data Management & Quality


Background Infos

Description (long)
Show details

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

ckanext-odn

Estensione per OpenDataNetwork.

Fornisce 2 plugin:

  • odn_theme: customizzazione GUI
  • odn_harvest: ridefinisce alcuni comportamenti dell’harvester spaziale.

Requirements

Sviluppato e testato su CKAN 2.5.2.

Richiede che sia installato il plugin spatial-harvester.


Installation

To install ckanext-odn:

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

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

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

    pip install ckanext-odn

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

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

    sudo service apache2 reload


Config Settings

  • odn.map_link

    The URL where the map link in the home page should point to. E.g.::

    odn.map_link = http://www.opendatanetwork.it/tolomeo/html/servizi/cerco/cerco.html?paramPreset=Cerco


Development Installation

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

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


Installation Guide

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