ckanext-gallery

A CKAN extension for a dataset gallery view.
Overview
Adds a gallery view for resources on a CKAN instance. Three plugins are included in this extension: the main plugin (gallery) and two view plugins for specific image/data types (gallery_image and gallery_iiif).
Based on blueimp Gallery.
Installation
Path variables used below:
- $INSTALL_FOLDER (i.e. where CKAN is installed), e.g. /usr/lib/ckan/default
- $CONFIG_FILE, e.g. /etc/ckan/default/development.ini
Installing from PyPI
pip install ckanext-gallery
Installing from source
- Clone the repository into the
src folder:
“`shell
cd $INSTALL_FOLDER/src
git clone https://gith