Extension DataSpace Mobility Theme


Extension Basics

Title
DataSpace Mobility Theme
Name
ckanext-dataspace
Type
Public extension
Description
CKAN extension providing custom theme and UI modifications for DataSpace Mobility data portal.
CKAN versions
Download-Url (zip)
Last commit
5 years ago (2020-12-17 16:08:15)
Url to repo
Category
Regional Government Themes


Background Infos

Description (long)
Show details

ckanext-dataspace

A CKAN extension providing custom theme and UI modifications for the DataSpace Mobility data portal.

Features

  • Custom homepage design
  • Theme color modifications
  • Custom styles and templates
  • Docker support

Requirements

This extension is designed to work with CKAN.

Installation

To install ckanext-dataspace:

  1. Activate your CKAN virtual environment:
. /usr/lib/ckan/default/bin/activate
  1. Install the ckanext-dataspace Python package:
pip install ckanext-dataspace
  1. Add dataspace to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/production.ini).

  2. Restart CKAN:

sudo service apache2 reload

Development Installation

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

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

Docker Support

A Dockerfile is included for containerized deployment.

Config Settings

Optional configuration settings:

# The minimum number of hours to wait before re-checking a resource
# (optional, default: 24)
ckanext.dataspace.some_setting = some_default_value

License

This extension is licensed under the AGPL-3.0 license.

Version
Version release date
(not set)
Contact name
DataSpace-Mobility
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Custom theme for mobility data portal. Includes Docker support.

Plugins to configure (ckan.ini)
dataspace
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions