Extension DataLocale


Extension Basics

Title
DataLocale
Name
ckanext-datalocale
Type
Public extension
Description
CKAN extension for the DataLocale project (catalogue.datalocale.fr), providing custom theme and datastore cleanup command for the French Gironde department open data portal.
CKAN versions
Download-Url (zip)
Last commit
8 years ago (2017-12-19 12:07:12)
Url to repo
Category
Regional Government Themes


Background Infos

Description (long)
Show details

ckanext-datalocale

Extension CKAN développée pour le projet catalogue.datalocale.fr (DataLocale open data portal for the Gironde department, France).

This extension provides customizations for the DataLocale open data catalog.

Requirements

For example, you might want to mention here which versions of CKAN this extension works with.

Installation

To install ckanext-datalocale:

  1. Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
  1. Install the ckanext-datalocale Python package into your virtual environment:
pip install ckanext-datalocale
  1. Add datalocale to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/production.ini).

  2. Restart CKAN.

Development Installation

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

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

Paster Commands

  • datastore-cleanup: Clean up orphaned datastore entries.

License

AGPL-3.0

Version
0.0.1
Version release date
2016-12-01
Contact name
DataLocale / Logilab
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Custom CKAN extension for the French catalogue.datalocale.fr portal. Provides datastore-cleanup paster command. Available on PyPI.

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