From ff0c0f20666c512f3c081e23583c0613ed9cd8f0 Mon Sep 17 00:00:00 2001 From: nhertz <nhertz@nrao.edu> Date: Mon, 12 Oct 2020 10:41:42 -0600 Subject: [PATCH] Updated README --- services/workflow/README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/services/workflow/README.md b/services/workflow/README.md index 95b376a45..14947f8ba 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: -- GitLab