Skip to content
Snippets Groups Projects

Resolve "Setup script"

Merged Yordan Kinkov requested to merge 4-add-setup-script into main
2 files
+ 89
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 21
1
@@ -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
Loading