Skip to main content

Extended workflow for dataset lifecycle

Project description

https://travis-ci.org/DataShades/ckanext-workflow.svg?branch=master https://codecov.io/gh/DataShades/ckanext-workflow/branch/master/graph/badge.svg

ckanext-workflow

Installation

To install ckanext-workflow:

  1. Activate your CKAN virtual environment, for example:

    . /usr/lib/ckan/default/bin/activate
  2. Install the ckanext-workflow Python package into your virtual environment:

    pip install ckanext-workflow
  3. Add workflow to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/production.ini).

  4. Restart CKAN. For example if you’ve deployed CKAN with Apache on Ubuntu:

    sudo service apache2 reload

Development Installation

To install ckanext-workflow for development, activate your CKAN virtualenv and do:

git clone https://github.com/DataShades/ckanext-workflow.git
cd ckanext-workflow
python setup.py develop
pip install -r dev-requirements.txt

Running the Tests

To run the tests, do:

pytest --ckan-ini test.ini

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ckanext-workflow-2.0.0.tar.gz (8.8 kB view hashes)

Uploaded Source

Built Distribution

ckanext_workflow-2.0.0-py3-none-any.whl (22.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page