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