Extension Spark Theme


Extension Basics

Title
Spark Theme
Name
ckanext-spark
Type
Public extension
Description
A CKAN theme providing the Spark! branding and styling for Boston University's open data portal.
CKAN versions
Download-Url (zip)
Last commit
2 years ago (2023-06-12 21:47:07)
Url to repo
Category
Regional Government Themes


Background Infos

Description (long)
Show details

ckanext-spark

A CKAN extension to provide the Spark! Theme for Boston University’s open data portal.

Requirements

Compatibility with core CKAN versions:

CKAN version Compatible?
2.6 and earlier not tested
2.7 not tested
2.8 not tested
2.9 not tested

Installation

To install ckanext-spark:

  1. Activate your CKAN virtual environment, for example: . /usr/lib/ckan/default/bin/activate
  2. Clone the source and install it on the virtualenv: git clone https://github.com/BU-Spark/ckanext-spark.git cd ckanext-spark pip install -e . pip install -r requirements.txt
  3. Add spark to the ckan.plugins setting in your CKAN config file.
  4. Restart CKAN.

Config settings

None at present.

Developer installation

git clone https://github.com/BU-Spark/ckanext-spark.git
cd ckanext-spark
python setup.py develop
pip install -r dev-requirements.txt

Tests

pytest --ckan-ini=test.ini

License

AGPL-3.0

Version
0.0.1
Version release date
2023-03-17
Contact name
BU Spark
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Add spark to ckan.plugins in your CKAN config file.

Plugins to configure (ckan.ini)
spark
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions