.. You should enable this project on travis-ci.org and coveralls.io to make
these badges work. The necessary Travis and Coverage config files have been
generated for you.
.. image:: https://travis-ci.org/ckan/ckanext-experience.svg?branch=master
:target: https://travis-ci.org/ckan/ckanext-experience
.. image:: https://coveralls.io/repos/ckan/ckanext-experience/badge.svg
:target: https://coveralls.io/r/ckan/ckanext-experience
================
ckanext-experience
Experience and link to datasets in use. Datasets used in an app, website or
visualization, or featured in an article, report or blog post can be showcased
within the CKAN website. Experiences can include an image, description, tags and
external link. Experiences may contain several datasets, helping users discover
related datasets being used together. Experiences can be discovered by searching
and filtered by tag.
Site sysadmins can promote selected users to become ‘Experience Admins’ to help
create, populate and maintain experiences.
ckanext-experience is intended to be a more powerful replacement for the
‘Related Item’ feature.
Requirements
Compatible with CKAN 2.3+.
N.B. The migrate command, detailed below, requires the Related Item models
and actions, which have been removed in CKAN 2.6. If you wish to migrate your
Related Items, please first upgrade CKAN to 2.5, do the migration, then
continue upgrading to CKAN 2.6+.
Installation
.. Add any additional install steps to the list below.
For example installing any non-Python dependencies or adding any required
config settings.
To install ckanext-experience:
Activate your CKAN virtual environment, for example::
. /usr/lib/ckan/default/bin/activate
Install the ckanext-experience Python package into your virtual environment::
pip install ckanext-experience
Add experience to the ckan.plugins setting in your CKAN
config file