Extension Organization Group


Extension Basics

Title
Organization Group
Name
ckanext-organization-group
Type
Public extension
Description
Enables users to link a dataset to a group while creating the dataset, making organization and group mandatory fields.
CKAN versions
Download-Url (zip)
Last commit
3 months ago (2025-12-04 15:40:07)
Url to repo
Category
Content Management


Background Infos

Description (long)
Show details

ckanext-organization-group

This CKAN extension includes organization_group plugin. The plugin enables users to link a dataset to a group while creating the dataset. It also makes the organization and group mandatory fields for users.

Requirements

Compatibility with core CKAN versions:

CKAN version Compatible?
2.9 Yes
earlier No

Installation

  1. Activate your CKAN virtual environment:

    source /usr/lib/ckan/default/bin/activate

  2. Clone and install:

    git clone https://github.com/TIBHannover/Organization-Group.git
    cd ckanext-organization-group
    pip install -e .
    pip install -r requirements.txt
    
  3. Add organization_group to ckan.plugins in /etc/ckan/default/ckan.ini.

  4. Restart CKAN and supervisor:

    sudo service nginx reload
    sudo service supervisor reload
    

License

AGPL-3.0

Version
1.0.0
Version release date
2025-02-10
Contact name
Pooya Oladazimi
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints

Add ‘organization_group’ to the ckan.plugins setting. Requires CKAN 2.9 or later.

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