Skip to content

Commit

Permalink
Fixed #11 - corrected README
Browse files Browse the repository at this point in the history
  • Loading branch information
cer committed Jun 12, 2020
1 parent e037db0 commit 1bca0c2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,18 @@ A service subscribes to the events and updates its JPA entities in response.
Note: you do not need to install Gradle since it will be downloaded automatically.
You just need to have Java 8 installed.

Build and launch the services using https://docs.docker.com/compose/[Docker Compose]:

If the containers aren't accessible via `localhost` - e.g. you are using Docker Toolbox, you will have to use `${DOCKER_HOST_IP}` instead of localhost.
See this http://eventuate.io/docs/usingdocker.html[guide to setting `DOCKER_HOST_IP`] for more information.
Build and launch the services using https://docs.docker.com/compose/[Docker Compose] invoking with Docker Compose Gradle Plugin:

```
docker-compose composeUp
./gradlew composeUp
```

Note: If the containers aren't accessible via `localhost` - e.g. you are using Docker Toolbox - you will first have to set `${DOCKER_HOST_IP}` and use it instead of `localhost`.
See this http://eventuate.io/docs/usingdocker.html[guide to setting `DOCKER_HOST_IP`] for more information.

== Using the application


Once the application has started, you can use the application via the Swagger UI:

* `Customer Service` - `http://localhost:8081/swagger-ui.html`
Expand Down

1 comment on commit 1bca0c2

@alonsoir
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you Chris. I did not appreciate it because I do not know well gradle, I am more than using maven.

Please sign in to comment.