Update path

Signed-off-by: Jeroen Laverman jeroen.laverman@bosch-si.com
This commit is contained in:
Jeroen Laverman
2018-09-21 17:01:24 +02:00
committed by GitHub
parent 3de88ee397
commit db05a0e164

View File

@@ -44,7 +44,7 @@ Start the hawkBit Update Server together with an MySQL and RabbitMQ instance as
```bash ```bash
$ git clone https://github.com/eclipse/hawkbit.git $ git clone https://github.com/eclipse/hawkbit.git
$ cd hawkbit/hawkbit-runtime/hawkbit-update-server/docker $ cd hawkbit/hawkbit-runtime/docker
$ docker-compose up -d $ docker-compose up -d
``` ```
@@ -54,7 +54,7 @@ Start the hawkBit Update Server and Device Simulator together with an MySQL and
```bash ```bash
$ git clone https://github.com/eclipse/hawkbit.git $ git clone https://github.com/eclipse/hawkbit.git
$ cd hawkbit/hawkbit-runtime/hawkbit-update-server/docker $ cd hawkbit/hawkbit-runtime/docker
$ docker stack init $ docker stack init
$ docker stack deploy -c docker-compose-stack.yml hawkbit $ docker stack deploy -c docker-compose-stack.yml hawkbit
``` ```