.. image:: https://travis-ci.org/keitaroinc/ckanext-colorado.svg?branch=master
:target: https://travis-ci.org/keitaroinc/ckanext-colorado
.. image:: https://coveralls.io/repos/keitaroinc/ckanext-colorado/badge.svg
:target: https://coveralls.io/r/keitaroinc/ckanext-colorado
.. image:: https://img.shields.io/pypi/v/ckanext-colorado.svg
:target: https://pypi.org/project/ckanext-colorado/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/pyversions/ckanext-colorado.svg
:target: https://pypi.org/project/ckanext-colorado/
:alt: Supported Python versions
.. image:: https://img.shields.io/pypi/status/ckanext-colorado.svg
:target: https://pypi.org/project/ckanext-colorado/
:alt: Development Status
.. image:: https://img.shields.io/pypi/l/ckanext-colorado.svg
:target: https://pypi.org/project/ckanext-colorado/
:alt: License
=============
ckanext-colorado
Labor exchange extension for the Colorado CKAN portal.
Requirements
CKAN 2.8.x
Installation
To install ckanext-colorado:
Activate your CKAN virtual environment, for example::
. /usr/lib/ckan/default/bin/activate
Install the ckanext-colorado Python package into your virtual environment::
pip install ckanext-colorado
Add colorado to the ckan.plugins setting in your CKAN
config file (by default the config file is located at
/etc/ckan/default/production.ini).
Replace the SOLR schema with ckanext/colorado/schema.xml
Restart CKAN. For example if you’ve deployed CKAN with Apache on Ubuntu::
sudo service apache2 reload
Config settings
These are the required configuration options used by the extension:
Display only organization and tags facets from the defaults
search.facets = organization tags
Create dataset without data resource
ckan.dataset.create.require.resource = false
Develop