Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
openwms committed May 31, 2017
1 parent be6f593 commit d1bebfc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Beside this basic information, OpenWMS.org provided TSL: Technical Service Loggi

# Installation

All microservices may started as Spring Boot processes, from command line via `java -jar ...` or as
All microservices may be started as Spring Boot processes, from command line via `java -jar ...` or as
single Docker containers or as a Docker compose project.

## Docker compose
Expand All @@ -57,14 +57,16 @@ All services are pre-built and available as Docker container from Docker Hub:
https://hub.docker.com/u/openwms/
https://hub.docker.com/u/interface21/

First clone the GitHub repository and run docker compose to fetch all containers.
First clone the GitHub repository and run docker compose to fetch and run all containers.

```
git clone git@github.com:spring-labs/org.openwms.zile.git zile
cd zile
docker-compose up -d
```

This command starts up all containers in the background and returns to the shell. Now we can monitor the logs
in common or for each single container:
for all or for a single container:

```
docker-compose logs -f
Expand Down

0 comments on commit d1bebfc

Please sign in to comment.