Fixed update server location. (#498)

Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>
This commit is contained in:
Kai Zimmermann
2017-04-27 11:21:46 +02:00
committed by GitHub
parent f608f49db0
commit 12ec039199

View File

@@ -14,9 +14,9 @@
cf api https://api.eu-gb.bluemix.net
cf login
cf stop hawkbit-simulator
cd examples/hawkbit-example-app/target/
cd hawkbit-runtime/hawkbit-update-server/target/
cf push
cd ../..
cd ../../../examples/
java -jar hawkbit-example-mgmt-simulator/target/hawkbit-example-mgmt-simulator-0.2.0-SNAPSHOT-exec.jar --hawkbit.url=https://hawkbit.eu-gb.mybluemix.net
cd hawkbit-device-simulator/target/
cf push