Extension Colorado


Extension Basics

Title
Colorado
Name
ckanext-colorado
Type
Public extension
Description
Labor exchange extension for the Colorado CKAN portal.
CKAN versions
Download-Url (zip)
Last commit
4 years ago (2021-04-05 14:48:02)
Url to repo
Category
Standards Compliance


Background Infos

Description (long)
Show details

.. 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:

  1. Activate your CKAN virtual environment, for example::

    . /usr/lib/ckan/default/bin/activate

  2. Install the ckanext-colorado Python package into your virtual environment::

    pip install ckanext-colorado

  3. 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).

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

  5. 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:

  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


Develop

Version
Version release date
(not set)
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

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