Skip to content

pericles-project/workflow-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mock-workflow-server

A Dummy Workflow Server for PERICLES

Dependencies

  • Python 2.7

    Debian:

    sudo apt-get install python-dev
    

    RedHat:

    sudo yum install python-devel
    

    OSX:

    sudo brew install python # if not already installed
    
  • pip

    Debian:

    sudo apt-get install python-pip
    

    RedHat:

    sudo yum install python-pip
    

    OSX:

    sudo easy_install pip
    

Install

I recommend that you use virtualenv to isolate your development environment from system Python and any packages that may be installed there.

mkdir ~/venvs
virtualenv ~/venvs/pericles
source ~/venvs/pericles/bin/activate
pip install -r requirements.txt

Run

PLANK_HOST=localhost PLANK_PORT=7000 python mock_workflow_server.py

Releases

No releases published

Packages

No packages published

Languages