Adapted sandbox setup to current master (#327)

Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>
This commit is contained in:
Kai Zimmermann
2016-10-27 08:24:26 +02:00
committed by GitHub
parent 1033587078
commit e97ed04c94
10 changed files with 58 additions and 15 deletions

View File

@@ -11,10 +11,11 @@
# data example to a cloud foundry enviroment. Expects existing CF CLI
# installation and login to be existing already.
cf stop hawkbit-simulator
cd examples/hawkbit-example-app/target/
cf push
cd ../..
java -jar hawkbit-mgmt-api-client/target/hawkbit-mgmt-api-client-0.2.0-SNAPSHOT.jar --hawkbit.url=hawkbit.eu-gb.mybluemix.net
java -jar hawkbit-example-mgmt-simulator/target/hawkbit-example-mgmt-simulator-0.2.0-SNAPSHOT.jar --hawkbit.url=https://hawkbit.eu-gb.mybluemix.net
cd hawkbit-device-simulator/target/
cf push
cd ../../..