-
Notifications
You must be signed in to change notification settings - Fork 101
Workflow notes
Rudolph Pienaar edited this page Mar 31, 2017
·
5 revisions
This page describes a simple workflow in the ChRIS Ultron backend system. The workflow consists of getting a list of plugins, calling a 'simplefs' plugin, checking its status, calling a 'simpleds' plugin on this 'simplefs' output, and checking status.
Note: your mileage may vary! Adjust the following where/as necessary for your local setup. These notes are accurate for Rudolph's setup!
First, source the python virtual environment
export WORKON_HOME=~/src/python-env
source /usr/local/bin/virtualenvwrapper.sh
and workon
the relevant project:
workon chris_env
cd ~/src/ChRIS_ultron_backend/chris_backend
manage.py runserver
pman --rawmode 1 --http --port 5010 --listeners 12
./purl --auth chris:chris1234 \
--content-type application/vnd.collection+json \
--verb GET \
--raw --jsonwrapper template \
--http 10.17.24.163:8000/api/v1/ \
--quiet | underscore print --color