ckanext-colorado
Labor exchange extension for the Colorado CKAN portal.
Requirements
CKAN 2.8.x
Installation
Activate your CKAN virtual environment:
. /usr/lib/ckan/default/bin/activate
Install the ckanext-colorado Python package:
pip install ckanext-colorado
Add colorado to the ckan.plugins setting in your CKAN config file.
Replace the SOLR schema with ckanext/colorado/schema.xml
Restart CKAN.
Config settings
Required configuration options:
Display only organization and tags facets from the defaults:
search.facets = organization tags
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