Skip to content

Commit

Permalink
Update docs for distributed axon server
Browse files Browse the repository at this point in the history
  • Loading branch information
p-wunderlich committed Oct 10, 2023
1 parent 1441662 commit d302f4e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions docs/examples/scenarios/distributed-axon-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,9 @@ Before you begin, please build the entire project with `mvn clean install` from
You will need some backing services (Axon Server, PostgreSQL, MongoDB) and you can easily start them locally
by using the provided `docker-compose.yml` file.

Before you start change the directory to `examples/scenarios/distributed-axon-server` and run a preparation script `.docker/setup.sh`.
You can do it with the following code from your command line (you need to do it once):


```bash
cd examples/scenarios/distributed-axon-server
.docker/setup.sh
```

Before you start change the directory to `examples/scenarios/distributed-axon-server`:
Now, start required containers. The easiest way to do so is to run:


```bash
docker-compose up -d
```
Expand Down

0 comments on commit d302f4e

Please sign in to comment.