Extension KEPA Theme


Extension Basics

Title
KEPA Theme
Name
ckanext-kepa
Type
Public extension
Description
Main theme CKAN extension for KEPA (Kosovo Environmental Protection Agency) open data portal. Custom footer links and theming.
CKAN versions

~2.10

Show details
Download-Url (zip)
Last commit
a year ago (2024-05-13 08:24:10)
Url to repo
Category
Cloud Infrastructure & Storage


Background Infos

Description (long)
Show details

ckanext-kepa

The main theme CKAN extension for KEPA open data portal.

Requirements

Compatibility with core CKAN versions:

CKAN version Compatible
2.6 and earlier not tested
2.7 not tested
2.8 not tested
2.9 not tested
2.10 Yes

Installation

To install ckanext-kepa:

  1. Activate your CKAN virtual environment:

    . /usr/lib/ckan/default/bin/activate
    
  2. Clone the source and install it on the virtualenv:

    git clone https://github.com/Keitaro/ckanext-kepa.git
    cd ckanext-kepa
    pip install -e .
    pip install -r requirements.txt
    
  3. Add kepa to the ckan.plugins setting in your CKAN config file.

  4. Restart CKAN.

Config settings

On the web interface in /ckan-admin/config settings, you can add the custom links that will appear in all 3 footer sections.

Tests

To run the tests:

pytest --ckan-ini=test.ini
Version
0.0.1
Version release date
(not set)
Contact name
Keitaro Inc.
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Configure custom footer links via /ckan-admin/config settings web interface.

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