Extension Cob


Extension Basics

Title
Cob
Name
ckanext-cob
Type
Public extension
Description
City of Bloomington theme for CKAN
CKAN versions
Download-Url (zip)
Last commit
5 years ago (2020-08-17 12: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, you replace the directory, then put the newly copied version into development mode.

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, Indiana
Contakt email
Contact Url
(not set)


Installation Guide

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