Added simulator autostart and cf deployment.

This commit is contained in:
Kai Zimmermann
2016-04-02 21:00:34 +02:00
parent 16e737a716
commit 6d143273f7
10 changed files with 212 additions and 19 deletions

View File

@@ -24,7 +24,8 @@ The Management API can be accessed via http://localhost:8080/rest/v1
## Deploy example app to Cloud Foundry
- Go to ```cf``` subfolder.
- Go to ```target``` subfolder.
- Select one of the two manifests
- **manifest-simple.yml** for a standalone hawkBit installation with embedded H2.
- **manifest.yml** for a standalone hawkBit installation with embedded H2 and RabbitMQ service binding for DMF integration (note: this manifest is used for the sandbox above).
- Run ```cf push``` against you cloud foundry environment.

View File

@@ -7,5 +7,4 @@
# http://www.eclipse.org/legal/epl-v10.html
#
spring.profiles.active=
vaadin.servlet.productionMode=true