Extension Lighthorse Theme


Extension Basics

Title
Lighthorse Theme
Name
ckanext-lighthorse
Type
Public extension
Description
Main CKAN theme extension for Lighthorse TX with custom styling and resource schema updates.
CKAN versions

~2.10

Show details
Download-Url (zip)
Last commit
a year ago (2025-03-06 15:06:30)
Url to repo
Category
Standards Compliance


Background Infos

Description (long)
Show details

ckanext-lighthorse

Main theme CKAN extension for Lighthorse.

Note: This is a Keitaro fork of the original lighthorse-tx/ckanext-lighthorse repository with additional schema updates.

Requirements

Compatibility with core CKAN versions:

CKAN version Compatible?
2.9 not tested
2.10 Yes

Installation

  1. Activate your CKAN virtual environment: . /usr/lib/ckan/default/bin/activate

  2. Clone the source and install it on the virtualenv:

    git clone https://github.com/keitaroinc/ckanext-lighthorse.git
    cd ckanext-lighthorse
    pip install -e .
    pip install -r requirements.txt
    
  3. Add lighthorse to the ckan.plugins setting

  4. Restart CKAN

Config Settings

None at present.

License

AGPL-3.0

Version
Version release date
(not set)
Contact name
Keitaro
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
lighthorse
CKAN Settings (ckan.ini)
# ckanext.lighthorse.some_setting = some_default_value
DB migration to be executed
(not set)
<< back to Extensions