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:
- Activate your CKAN virtual environment:
. /usr/lib/ckan/default/bin/activate
- Install the ckanext-datarefuge_theme Python package into your virtual environment:
pip install ckanext-datarefuge_theme
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).
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.