Extension Ord Hierarchy


Extension Basics

Title
Ord Hierarchy
Name
ckanext-ord-hierarchy
Type
Public extension
Description
An extension to add a hierarchical structure to datasets
CKAN versions
Download-Url (zip)
Last commit
6 years ago (2019-08-31 10:29:13)
Url to repo
Category
Specialized Tools


Background Infos

Description (long)
Show details

ckanext-ord-hierarchy

An extension to display a hierarchical structure of datasets.

When parent-child relationships between datasets exist, the plugin will display the tree structure on the dataset page, showing links to the top level dataset, up one level and any sublevels.

Installation

  1. Activate your virtualenv:

    $ source /path/to/virtualenv/pyenv/bin/activate
    
  2. Install the extension in your virtualenv:

    (pyenv) $ pip install -e git+https://github.com/openresearchdata/ckanext-ord-hierarchy.git#egg=ckanext-ord-hierarchy
    
  3. Enable the required plugin in your ini file:

    ckan.plugins = ... ord_hierarchy
    
Version
Version release date
(not set)
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
  1. Activate your virtualenv:

    $ source /path/to/virtualenv/pyenv/bin/activate
    
  2. Install the extension in your virtualenv:

    (pyenv) $ pip install -e git+https://github.com/openresearchdata/ckanext-ord-hierarchy.git#egg=ckanext-ord-hierarchy
    
  3. Enable the required plugin in your ini file:

    ckan.plugins = ... ord_hierarchy
    
Plugins to configure (ckan.ini)
ord_hierarchy
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions