Extension Opendatani


Extension Basics

Title
Opendatani
Name
ckanext-opendatani
Type
Public extension
Description
The `ckanext-opendatani` extension is designed to customize CKAN for the Open Data Northern Ireland
CKAN versions
Download-Url (zip)
Last commit
4 months ago (2025-09-02 11:54:54)
Url to repo
Category
Content Management


Background Infos

Description (long)
Show details

==================

ckanext-opendatani

A CKAN extension for Open Data NI.


Requirements

  • ckanext-showcase <https://github.com/ckan/ckanext-showcase/>_: add showcase to ckan.plugins
  • ckanext-scheming <https://github.com/open-data/ckanext-scheming/>_: add scheming_datasets to ckan.plugins
  • ckanext-datarequests (Viderum fork) <https://github.com/ViderumGlobal/ckanext-datarequests/>_: add datarequests to ckan.plugins
  • ckanext-contact <https://github.com/NaturalHistoryMuseum/ckanext-contact/>_: add contact to ckan.plugins
  • ckanext-disqus <https://github.com/ckan/ckanext-disqus/>_: add disqus to ckan.plugins
  • ckanext-pages <https://github.com/ckan/ckanext-pages/>_: add pages to ckan.plugins

Installation

.. Add any additional install steps to the list below. For example installing any non-Python dependencies or adding any required config settings.

To install ckanext-opendatani:

  1. Activate your CKAN virtual environment, for example::

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

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

    pip install ckanext-opendatani

  3. Add opendatani 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. For example if you’ve deployed CKAN with Apache on Ubuntu::

    sudo service apache2 reload


Config Settings

Document any optional config settings here. For example::

# The minimum number of hours to wait before re-checking a resource
# (optional, default: 24).
ckanext.opendatani.some_setting = some_default_value

Development Installation

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

git clone https://github.com/
Version
1.0.0
Version release date
2021-10-08
Contact name
Datopian
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
opendatani
CKAN Settings (ckan.ini)
# ckanext.opendatani.some_setting = some_default_value
DB migration to be executed
(not set)
<< back to Extensions