Extension CRC 1368


Extension Basics

Title
CRC 1368
Name
ckanext-crc1368
Type
Public extension
Description
CKAN extension for the CRC (SFB) 1368 research project with layout customization and system statistics.
CKAN versions
Download-Url (zip)
Last commit
2 years ago (2023-06-08 11:48:51)
Url to repo
Category
Regional Government Themes


Background Infos

Description (long)
Show details

ckanext-crc1368

This is the CKAN extension for the project CRC (SFB) 1368. The extension includes plugins that are implemented specifically for CRC1368.

Requirements

Compatibility with core CKAN versions:

CKAN version Compatible
2.8 and earlier not tested
2.9 Yes

Plugins

  • crc1368_layout: The CKAN layout customization plugin.
  • crc1368_system_stats: The system stats (data resources count, formats, etc) for system admins.

Installation

  1. Activate your CKAN virtual environment:

    . /usr/lib/ckan/default/bin/activate
    
  2. Clone and install:

    git clone git@github.com:TIBHannover/ckanext-crc1368.git
    cd ckanext-crc1368
    pip install -e .
    pip install -r requirements.txt
    
  3. Add the needed plugin name(s) to ckan.ini.

  4. Run database migration if required.

  5. Restart CKAN:

    sudo service supervisor reload
    sudo service nginx reload
    

License

AGPL-3.0

Version
0.1.0
Version release date
2022-01-29
Contact name
TIB Hannover
Contakt email
Contact Url


Installation Guide

Configuration hints

Add ‘crc1368_layout’ and ‘crc1368_system_stats’ to ckan.plugins in your CKAN config file.

Plugins to configure (ckan.ini)
crc1368_layout crc1368_system_stats
CKAN Settings (ckan.ini)
# No additional environment variables required
DB migration to be executed
(not set)
<< back to Extensions