Extension Operandum


Extension Basics

Title
Operandum
Name
ckanext-operandum
Type
Public extension
Description
A CKAN extension designed to add functionality and features for the OPERANDUM project, providing enhanced data management capabilities.
CKAN versions
Download-Url (zip)
Last commit
4 years ago (2021-07-14 14:22:17)
Url to repo
Category
Data Management & Quality


Background Infos

Description (long)
Show details

ckanext-operandum

TODO: Put a description of your extension here: What does it do? What features does it have?

Requirements

Compatibility with core CKAN versions:

CKAN version Compatible?
2.6 and earlier not tested
2.7 not tested
2.8 not tested
2.9 not tested

Installation

To install ckanext-operandum:

  1. Activate your CKAN virtual environment, for example:

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

  2. Clone the source and install it on the virtualenv

    git clone https://github.com/KajoServices/ckanext-operandum.git
    cd ckanext-operandum
    pip install -e .
    pip install -r requirements.txt
    
  3. Add operandum to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/ckan.ini).

  4. Restart CKAN.

Config settings

None at present.

License

AGPL-3.0

Version
0.0.1
Version release date
2020-12-01
Contact name
kmbn
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

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

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