diff --git a/services/workflow/README.md b/services/workflow/README.md index 95b376a45d4f5a3bdf3ef13a3c2c2dc97d3d7b29..14947f8ba6eacbf9563051544a8a1cab7d67324f 100644 --- a/services/workflow/README.md +++ b/services/workflow/README.md @@ -1,14 +1,13 @@ # Workflow: the Workspaces Workflow Service To use, first run the Alembic migrations in /schema: - - env CAPO_PROFILE=local alembic upgrade head -Then run: + `env CAPO_PROFILE=local alembic upgrade head` + +Then, back in services/workflow, run: `python setup.py develop` Then you should be able to run this with: - - env CAPO_PROFILE=local pserve --reload development.ini + `env CAPO_PROFILE=local pserve --reload development.ini` Once there, try the following URLs: