Extension Data Refuge Theme


Extension Basics

Title
Data Refuge Theme
Name
ckanext-datarefuge_theme
Type
Public extension
Description
CKAN theme extension for the Data Refuge Repository (datarefuge.org), a project for preserving federal data.
CKAN versions
Download-Url (zip)
Last commit
8 years ago (2017-06-23 21:01:40)
Url to repo
Category
Regional Government Themes


Background Infos

Description (long)
Show details

ckanext-datarefuge_theme

CKAN Theme for the Data Refuge Repository.

Data Refuge is a project dedicated to preserving federal data and making it accessible to the public. This extension provides a custom theme for CKAN to support the Data Refuge initiative.

Website: https://www.datarefuge.org/

Requirements

This extension is designed to work with CKAN.

Installation

To install ckanext-datarefuge_theme:

  1. Activate your CKAN virtual environment:
. /usr/lib/ckan/default/bin/activate
  1. Install the ckanext-datarefuge_theme Python package into your virtual environment:
pip install ckanext-datarefuge_theme
  1. Add datarefuge_theme 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. For example if you’ve deployed CKAN with Apache on Ubuntu:

sudo service apache2 reload

Development Installation

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

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

Config Settings

Optional configuration settings:

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

License

This extension is licensed under the AGPL-3.0 license.

Version
Version release date
(not set)
Contact name
Data Refuge
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Theme for preserving federal data, associated with the Data Refuge initiative.

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