Extension UNHCR RIDL


Extension Basics

Title
UNHCR RIDL
Name
ckanext-unhcr
Type
Public extension
Description
CKAN extension for the UNHCR RIDL (Raw Internal Data Library) project, providing custom data registration and management features.
CKAN versions
Download-Url (zip)
Last commit
8 years ago (2018-02-01 00:00:00)
Url to repo
Category
Corporate & Business


Background Infos

Description (long)
Show details

ckanext-unhcr

CKAN extension for the UNHCR RIDL project.

Requirements

This extension is being developed against CKAN 2.7.x

Installation

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

git clone https://github.com/okfn/ckanext-unhcr.git
cd ckanext-unhcr
python setup.py develop
pip install -r requirements.txt

Running the Tests

To run the tests, do:

nosetests --nologcapture --with-pylons=test.ini

To run the tests and produce a coverage report, first make sure you have coverage installed in your virtualenv (pip install coverage) then run:

nosetests --nologcapture --with-pylons=test.ini --with-coverage --cover-package=ckanext.unhcr --cover-inclusive --cover-erase --cover-tests
Version
0.0.1a1
Version release date
(not set)
Contact name
Edouard Legoupil
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

This extension is being developed against CKAN 2.7.x

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