Extension Pero


Extension Basics

Title
Pero
Name
ckanext-pero
Type
Public extension
Description
A CKAN extension providing custom theme and styling, primarily consisting of CSS and HTML template customizations.
CKAN versions
Download-Url (zip)
Last commit
3 years ago (2023-02-17 19:43:48)
Url to repo
Category
Regional Government Themes


Background Infos

Description (long)
Show details

ckanext-pero

A CKAN extension that provides custom theme and styling for a CKAN instance. Primarily consists of CSS (81.4%) and HTML (16.8%) template customizations.

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

Installation

To install ckanext-pero:

  1. Activate your CKAN virtual environment:

    . /usr/lib/ckan/default/bin/activate

  2. Clone the source and install:

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

  4. Restart CKAN.

Config settings

None at present.

License

AGPL-3.0

Version
0.0.1
Version release date
2023-03-02
Contact name
victoryem
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Add ‘pero’ to the ckan.plugins setting in your CKAN config file.

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