Skip to content
Snippets Groups Projects
Commit f35fad05 authored by Erik Reid's avatar Erik Reid
Browse files

Update README.md

parent 08c27674
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,10 @@ This is a dummy implementation of a trunk service in workflow orchestrator. The
- Follow Steps 1 and 2 from here: https://workfloworchestrator.org/orchestrator-core/workshops/beginner/debian/
- To install the orchestrator GUI, you can follow the steps 5 and 6 from the above link.
- Clone this repo
- Clone this repo:
- ``pip install -r requirements.txt``
- from the top-level directory:
- ``pip install -e .``
- Create ``oss-params.json``
- Export the oss-params file: ``export OSS_PARAMS_FILENAME="/path/to/file.json"``
- The core of workflow orchestrator can be started with ``uvicorn --host 0.0.0.0 --port 8080 main:app`` from inside the ``geant_service_orchestrator`` directory of this repo.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment