From 16b6b79b5ca4d09e6b6de51ceea65ea6e1c7edc4 Mon Sep 17 00:00:00 2001 From: Michael Schnell Date: Mon, 23 Dec 2019 12:57:41 +0100 Subject: [PATCH] Fix --- quarkus/README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/quarkus/README.md b/quarkus/README.md index bf76781..215ea31 100644 --- a/quarkus/README.md +++ b/quarkus/README.md @@ -28,17 +28,14 @@ Then execute the following steps: ``` git clone https://github.com/fuinorg/ddd-cqrs-4-java-example.git ``` -3. Change into the new directory +3. Change into the new directory and start Event Store and PostgreSQL using Docker Compose ``` cd ddd-cqrs-4-java-example/quarkus - ``` -4. Start Event Store and PostgreSQL using Docker Compose - ``` docker-compose up ``` (Wait until everything is started) -5. Open another console (Ubuntu shortcut = ctrl alt t) -6. Change into the quarkus directory and build the project +4. Open another console (Ubuntu shortcut = ctrl alt t) +5. Change into the quarkus directory and build the project ``` cd ddd-cqrs-4-java-example/quarkus ./mvnw install