Extension Inventory Theme


Extension Basics

Title
Inventory Theme
Name
ckanext-inventorytheme
Type
Public extension
Description
Custom theme extension for CKAN providing inventory-specific theming. Includes gulp-based CSS build configuration.
CKAN versions
Download-Url (zip)
Last commit
5 years ago (2020-06-04 19:58:14)
Url to repo
Category
Cloud Infrastructure & Storage


Background Infos

Description (long)
Show details

ckanext-inventorytheme

Custom theme extension for CKAN designed to provide inventory-specific theming and UI customization.

Requirements

For example, you might want to mention here which versions of CKAN this extension works with.

Installation

To install ckanext-inventorytheme:

  1. Activate your CKAN virtual environment, for example:

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

    pip install ckanext-inventorytheme
    
  3. Add inventorytheme 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.

Development Installation

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

git clone https://github.com/thejuliekramer/ckanext-inventorytheme.git
cd ckanext-inventorytheme
python setup.py develop
pip install -r dev-requirements.txt
Version
0.0.1
Version release date
(not set)
Contact name
thejuliekramer
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Build CSS with gulp. Run npm install first.

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