Extension Colorado Labor Exchange


Extension Basics

Title
Colorado Labor Exchange
Name
ckanext-colorado
Type
Public extension
Description
Labor exchange extension for the Colorado CKAN portal with custom dataset display and job-like listings.
CKAN versions
Download-Url (zip)
Last commit
4 years ago (2021-04-05 16:48:02)
Url to repo
Category
Regional Government Themes


Background Infos

Description (long)
Show details

ckanext-colorado

Labor exchange extension for the Colorado CKAN portal.

Requirements

CKAN 2.8.x

Installation

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

  2. Install the ckanext-colorado Python package: pip install ckanext-colorado

  3. Add colorado to the ckan.plugins setting in your CKAN config file.

  4. Replace the SOLR schema with ckanext/colorado/schema.xml

  5. Restart CKAN.

Config settings

Required configuration options:

  1. Display only organization and tags facets from the defaults: search.facets = organization tags

  2. Create dataset without data resource: ckan.dataset.create.require.resource = false

Developer installation

git clone https://github.com/keitaroinc/ckanext-colorado.git
cd ckanext-colorado
python setup.py develop
pip install -r dev-requirements.txt
Version
0.1.0
Version release date
2020-01-29
Contact name
Keitaro Inc
Contakt email
(not set)
Contact Url


Installation Guide

Configuration hints

Requires custom SOLR schema. Add ‘colorado’ to ckan.plugins.

Plugins to configure (ckan.ini)
colorado
CKAN Settings (ckan.ini)
# search.facets = organization tags
# ckan.dataset.create.require.resource = false
DB migration to be executed
(not set)
<< back to Extensions