Skip to content
Snippets Groups Projects
Commit 567ccb01 authored by Yordan Kinkov's avatar Yordan Kinkov
Browse files

#4 add setup instructions in README

parent d48f77f8
No related branches found
No related tags found
1 merge request!2Resolve "Setup script"
......@@ -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
......
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