Extension Kata


Extension Basics

Title
Kata
Name
ckanext-kata
Type
Public extension
Description
ARCHIVED - Kata extension for CKAN for handling metadata of research datasets. Used in Etsin research data finder. Superseded by https://github.com/CSCfi/etsin-finder/
CKAN versions
Download-Url (zip)
Last commit
5 years ago (2021-01-08 14:30:27)
Url to repo
Category
Data Management & Quality


Background Infos

Description (long)
Show details

ckanext-kata

ARCHIVED: This repository was part of an older version of Etsin which is no longer in use. For the newest version of Etsin, see https://github.com/CSCfi/etsin-finder/

Kata is a CKAN extension for handling metadata of research datasets. It was used in Etsin research data finder (https://etsin.avointiede.fi/en/).

Installation

You can install the extension with:

pip install -e git://github.com/kata-csc/ckanext-kata.git#egg=ckanext-kata

Requirements

  • CKAN 2.4.1
  • Some additional Python packages that will be installed using pip install
  • CKAN extension ckanext-ytp-comments: https://github.com/kata-csc/ckanext-ytp-comments/tree/etsin
  • ClamAV (if kata.storage.malware_scan=true): http://www.clamav.net/index.html

Configuration

Put the following lines under [app:main] in CKAN configuration file:

kata.storage.malware_scan = true
kata.is_backup = false

If Google Analytics is on, add:

kata.ga_id = [GA ID]

If LDAP is used, add basic LDAP configuration.

For contact emails:

kata.bf = [ENCRYPTION KEY]

To enable reCaptcha:

kata.contact_captcha = true
Version
4.3.1
Version release date
2019-06-13
Contact name
CSC Finland
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

ARCHIVED - use https://github.com/CSCfi/etsin-finder/ instead. Required ckanext-ytp-comments. Optional ClamAV for malware scanning.

Plugins to configure (ckan.ini)
kata
CKAN Settings (ckan.ini)
# kata.storage.malware_scan = true
# kata.is_backup = false
# kata.ga_id = [GA ID]
# kata.bf = [ENCRYPTION KEY]
# kata.contact_captcha = true
DB migration to be executed
(not set)
<< back to Extensions