Extension OPNV


Extension Basics

Title
OPNV
Name
ckanext-opnv
Type
Public extension
Description
Extension for German public transport companies' portal, providing custom theme and functionality for ÖPNV data portals.
CKAN versions
Download-Url (zip)
Last commit
6 years ago (2019-09-03 09:02:13)
Url to repo
Category
Regional Government Themes


Background Infos

Description (long)
Show details

ckanext-opnv

Extension for German public transport companies’ portal.

Requirements

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

Installation

To install ckanext-opnv:

  1. Activate your CKAN virtual environment, for example:

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

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

    pip install ckanext-opnv

  3. Add opnv 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.

Development Installation

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

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

License

AGPL-3.0

Version
0.0.3
Version release date
2019-09-03
Contact name
Datopian
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints

Add ‘opnv’ to the ckan.plugins setting in your CKAN config file.

Plugins to configure (ckan.ini)
opnv
CKAN Settings (ckan.ini)
# No specific environment variables documented
DB migration to be executed
(not set)
<< back to Extensions