Extension Express Images


Extension Basics

Title
Express Images
Name
ckanext-expressimages
Type
Public extension
Description
CKAN plugin with a public directory containing theme images (site logo, front page featured section image, etc.) for all CKAN Express sites.
CKAN versions
Download-Url (zip)
Last commit
11 years ago (2014-11-06 13:51:34)
Url to repo
Category
Visualization & Analytics


Background Infos

Description (long)
Show details

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:

  1. Activate your CKAN virtual environment:

    . /usr/lib/ckan/default/bin/activate
    
  2. Install the ckanext-expressimages Python package:

    pip install -e git+https://github.com/okfn/ckanext-expressimages.git#egg=ckanext-expressimages
    
  3. Add expressimages to the ckan.plugins setting in your CKAN config file.

  4. 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.

Version
0.0.1
Version release date
2014-11-06
Contact name
Open Knowledge Foundation
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Add ‘expressimages’ to ckan.plugins. Legacy extension from 2014 for CKAN Express service - provides theme image assets.

Plugins to configure (ckan.ini)
expressimages
CKAN Settings (ckan.ini)
# No configuration options - provides static image assets
DB migration to be executed
(not set)
<< back to Extensions