Extension City of Bloomington Theme


Extension Basics

Title
City of Bloomington Theme
Name
ckanext-cob
Type
Public extension
Description
CKAN theme for the City of Bloomington, Indiana open data portal.
CKAN versions
Download-Url (zip)
Last commit
5 years ago (2020-08-17 14:53:58)
Url to repo
Category
Regional Government Themes


Background Infos

Description (long)
Show details

ckanext-cob

This is the CKAN theme for the City of Bloomington, Indiana.

Installation

CKAN will only run in development mode. There is no mechanism for fixed production deployments. Once you’ve installed it, make sure to add it to the CKAN configuration’s list of enabled plugins.

Install from Github

This is how we deploy, when we use Ansible. Ansible pulls down the latest master branch from Github.

cd /srv/sites/ckan
. bin/activate
pip install -e 'git+https://github.com/City-of-Bloomington/ckanext-cob.git#egg=ckanext-cob'
sudo service apache2 stop
sudo service apache2 start

Install locally built version

If you are working on the theme locally, and want to install it into an existing CKAN installation:

cd /srv/sites/ckan
. bin/activate
cd src/ckanext-cob
python setup.py develop
sudo service apache2 stop
sudo service apache2 start
Version
0.1.0
Version release date
2019-02-21
Contact name
City of Bloomington
Contakt email
Contact Url


Installation Guide

Configuration hints

Add ‘cob’ to ckan.plugins in your CKAN config file.

Plugins to configure (ckan.ini)
cob
CKAN Settings (ckan.ini)
# No additional environment variables required
DB migration to be executed
(not set)
<< back to Extensions