Extension Unhcr


Extension Basics

Title
Unhcr
Name
ckanext-unhcr
Type
Public extension
Description
CKAN extension for the UNHCR RIDL project
CKAN versions
Download-Url (zip)
Last commit
7 years ago (2018-05-16 16:01:29)
Url to repo
Category
Standards Compliance


Background Infos

Description (long)
Show details

ckanext-unhcr

Build Status Coverage Status

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
Version release date
(not set)
Contact name
Edouard Legoupil
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

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
Plugins to configure (ckan.ini)
unhcr
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions