Extension CRC TRR 298


Extension Basics

Title
CRC TRR 298
Name
ckanext-crc-trr-298
Type
Public extension
Description
CKAN extension for the CRC TRR-298 research project data repository at TIB Hannover.
CKAN versions
Download-Url (zip)
Last commit
2 years ago (2023-07-28 11:19:35)
Url to repo
Category
Standards Compliance


Background Infos

Description (long)
Show details

ckanext-crc-trr-298

The CKAN extension for the CRC TRR-298 project Data Repository.

Requirements

Compatibility with core CKAN versions:

CKAN version Compatible
2.9 Yes
earlier Not Tested

Installation

To install ckanext-crc-trr-298:

  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/TIBHannover/ckanext-crc-trr-298.git
    cd ckanext-crc-trr-298
    pip install -e .
    pip install -r requirements.txt
    
  3. Add trr_298 to the ckan.plugins setting in your CKAN config file.

  4. 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 ‘trr_298’ to ckan.plugins in your CKAN config file.

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