Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspace
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gaia-X
Trust Services API
workspace
Merge requests
!2
Resolve "Setup script"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Setup script"
4-add-setup-script
into
main
Overview
1
Commits
2
Pipelines
0
Changes
2
Merged
Yordan Kinkov
requested to merge
4-add-setup-script
into
main
3 years ago
Overview
1
Commits
2
Pipelines
0
Changes
2
Expand
Closes
#4 (closed)
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
567ccb01
2 commits,
3 years ago
2 files
+
89
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
README.md
+
21
−
1
Options
@@ -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