Extension EDS Portal


Extension Basics

Title
EDS Portal
Name
ckanext-eds
Type
Public extension
Description
CKAN extension by Keitaro providing portal functionality with quick facts display, editor role documentation, and customizable settings.
CKAN versions
Download-Url (zip)
Last commit
4 years ago (2021-04-09 12:44:10)
Url to repo
Category
Content Management


Background Infos

Description (long)
Show details

ckanext-eds

A CKAN extension developed by Keitaro Inc. This extension provides portal functionality with features like quick facts display and editor role management.

Installation

To install ckanext-eds:

  1. Activate your CKAN virtual environment, for example:

    . /usr/lib/ckan/default/bin/activate
    
  2. Install the ckanext-eds Python package into your virtual environment:

    pip install ckanext-eds
    
  3. Add eds to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/production.ini).

  4. Restart CKAN.

Config Settings

Add config for number of quick facts, default is 3:

ckanext.eds.quick_facts_number = ...

Development Installation

To install ckanext-eds for development, activate your CKAN virtualenv and do:

git clone https://github.com/keitaroinc/ckanext-eds.git
cd ckanext-eds
python setup.py develop
pip install -r dev-requirements.txt

Running the Tests

To run the tests, do:

nosetests --nologcapture --with-pylons=test.ini

License

AGPL-3.0 license

Documentation

Editor role documentation is included in the documentation folder.

Version
0.0.1
Version release date
2021-04-09
Contact name
Keitaro Inc
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Add ‘eds’ to ckan.plugins. Configure quick facts number with ckanext.eds.quick_facts_number setting. Includes editor role documentation.

Plugins to configure (ckan.ini)
eds
CKAN Settings (ckan.ini)
# ckanext.eds.quick_facts_number = 3
DB migration to be executed
(not set)
<< back to Extensions