Extension City of Boston Theme


Extension Basics

Title
City of Boston Theme
Name
ckanext-cob_theme
Type
Public extension
Description
City of Boston CKAN theme based on brand guidelines designed by IDEO for the data.boston.gov portal.
CKAN versions
Download-Url (zip)
Last commit
4 years ago (2021-12-03 21:21:51)
Url to repo
Category
Regional Government Themes


Background Infos

Description (long)
Show details

ckanext-cob_theme

City of Boston CKAN theme based on brand guidelines designed by IDEO.

https://www.boston.gov/departments/innovation-and-technology/brand-guidelines

Requirements

Compatible with CKAN 2.3+

Install the ckanext-showcase extension.

Development Installation

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

  2. Download the ckanext-cob_theme github repository:

    cd /usr/lib/ckan/default/src
    git clone https://github.com/Ontodia/ckanext-cob_theme.git
    
  3. Install the extension into your virtual environment:

    cd ckanext-cob_theme
    python setup.py develop
    
  4. Add cob_theme to the ckan.plugins setting in your CKAN config file.

  5. Restart CKAN.

API Documentation

The extension includes tools for generating API documentation using Sphinx.

Version
0.1.0
Version release date
2020-12-03
Contact name
OpenGov-OpenData
Contakt email
(not set)
Contact Url


Installation Guide

Configuration hints

Requires ckanext-showcase extension. Add ‘cob_theme’ to ckan.plugins.

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