From 567ccb017d68ff1aec3be05fb09d649aa7d3292a Mon Sep 17 00:00:00 2001 From: Yordan Kinkov <yordan.kinkov@vereign.com> Date: Mon, 21 Feb 2022 17:07:26 +0200 Subject: [PATCH] #4 add setup instructions in README --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2bf99e..54bacef 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,27 @@ with environment variables which will be injected in its container. ## Setup Workspace -TODO +* create directory: + ``` + mkdir -p $GOPATH/src/code.vereign.com/gaiax/tsa/ + ``` +* move in the previously created directory: + ``` + cd $GOPATH/src/code.vereign.com/gaiax/tsa/ + ``` +* clone the repository: + ``` + git clone git@code.vereign.com:gaiax/tsa/workspace.git + ``` +* run the setup.sh script: + ``` + ./setup.sh + ``` +* set the services you would like to use in the docker-compose.yml file, defaults is **infohub** +* run docker compose: + ``` + docker-compose up + ``` ## 3rd Party Services -- GitLab