ckanext-expressimages
A CKAN plugin with a public dir containing theme images (site logo, front page featured section image, etc) for all CKAN Express sites.
Purpose
This extension provides a centralized repository for theme images used across CKAN Express sites, including:
- Site logos
- Front page featured section images
- Other theme-related images
Installation
To install ckanext-expressimages:
Activate your CKAN virtual environment:
. /usr/lib/ckan/default/bin/activate
Install the ckanext-expressimages Python package:
pip install -e git+https://github.com/okfn/ckanext-expressimages.git#egg=ckanext-expressimages
Add expressimages to the ckan.plugins setting in your CKAN config file.
Restart CKAN.
Note
This is a legacy extension from 2014 designed for the CKAN Express service. It provides static image assets for CKAN Express themed sites.