Skip to content

Commit

Permalink
feat: some documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-touret committed Jun 28, 2024
1 parent 7b6b31c commit 0e48240
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/workshop.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,17 @@ The "infrastructure stack" is composed of the following components:
* One [Configuration server](https://docs.spring.io/spring-cloud-config/) is also used to centralise the configuration of our microservices.
* The following microservices: API Gateway, Merchant BO, Fraud Detect, Smart Bank Gateway

To run it, execute the following command
If you run your application on GitPod, the following step is automatically started at the startup.

Otherwise, to run it on your desktop, execute the following commands

``` bash
$ bash scripts/download-agent.sh
```

``` bash
$ ./gradlew tasks
```

``` bash
$ docker compose up -d --build --remove-orphans
Expand All @@ -176,7 +186,7 @@ And check the status of every service.

#### Validation

Open the [Eureka](https://cloud.spring.io/spring-cloud-netflix/) website started during the infrastructure setup
Open the [Eureka](https://cloud.spring.io/spring-cloud-netflix/) website started during the infrastructure setup.

If you run this workshop on your desktop, you can go to this URL: http://localhost:8761.
If you run it on GitPod, you can go to the corresponding URL (e.g., https://8761-worldline-observability-w98vrd59k5h.ws-eu114.gitpod.io) instead.
Expand Down

0 comments on commit 0e48240

Please sign in to comment.