Extension Extensionstheme


Extension Basics

Title
Extensionstheme
Name
ckanext-extensionstheme
Type
Public extension
Description
The `ckanext-extensionstheme` extension for CKAN is designed to provide theming capabilities and re
CKAN versions
Download-Url (zip)
Last commit
8 years ago (2017-12-28 21:47:12)
Url to repo
Category
Regional Government Themes


Background Infos

Description (long)
Show details

=============

ckanext-extensionstheme


Requirements

Compatible with CKAN 2.3+

Requires ckanext-showcase, ckanext-datarequests, ckanext-scheming:

  • https://github.com/OpenGov-OpenData/ckanext-showcase

  • https://github.com/conwetlab/ckanext-datarequests

  • https://github.com/ckan/ckanext-scheming

Requires pandoc:

 sudo apt-get install pandoc

Development Installation

To install ckanext-extensionstheme:

  1. Activate your CKAN virtual environment, for example::

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

  2. Download the ckanext-extensionstheme github repository::

    cd /usr/lib/ckan/default/src git clone https://github.com/OpenGov-OpenData/ckanext-extensionstheme.git

  3. Install the extension into your virtual environment::

    cd ckanext-extensionstheme python setup.py develop pip install -r dev-requirements.txt

  4. Add extensions_theme to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/production.ini).

    ckan.plugins = … extensions_theme showcase datarequests scheming_datasets

  5. Restart CKAN. For example if you’ve deployed CKAN with Apache on Ubuntu::

    sudo service apache2 reload


Config Settings

Add the following to the CKAN config file::

scheming.dataset_schemas = ckanext.extensionstheme:ext_catalogue.json
scheming.presets = ckanext.extensionstheme:dataset_presets.json
Version
Version release date
(not set)
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
extensions_theme showcase datarequests scheming_datasets 5
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions