Documentation update

This commit is contained in:
Kai Zimmermann
2016-01-27 11:37:05 +01:00
parent bb1f2c747e
commit e3ab29f997
2 changed files with 17 additions and 4 deletions

View File

@@ -10,10 +10,18 @@ Want to chat with the team behind hawkBit? [![Join the chat at https://gitter.im
mvn install
```
# Releases
# Run and use
* We are currently working on the first formal release under the Eclipse banner: 0.1 (see [Release 0.1 branch](https://github.com/eclipse/hawkbit/tree/release-train-0.1))
* The master branch contains future development towards 0.2
We are not providing an off the shelf production ready hawkBit server. However, we recommend to check out the [Example Application](examples/hawkbit-example-app) for a runtime ready Spring Boot based server that is empowered by hawkBit.
# Releases and Roadmap
* We are currently working on the first formal release under the Eclipse banner: 0.1 (see [Release 0.1 branch](https://github.com/eclipse/hawkbit/tree/release-train-0.1)).
* The master branch contains future development towards 0.2. We are currently focusing on:
* Rollout Management for large scale rollouts.
* Clustering capabilities for the update server.
* Upgrade of Spring Boot and Vaadin.
* And of course tones of usability improvements and bug fixes.
## Try out examples

View File

@@ -1,2 +1,7 @@
# Examples
TODO
Example projects that show how hawkBit can be used to create, run or access an hawkBit empowered update server.
`hawkbit-device-simulator` : Simulates device software updates, leveraging the hawkBit device integration options.
`hawkbit-example-app` : Allows you to run a Spring Boot and hawkBit based update server.
`hawkbit-mgmt-api-client` : Example client for the hawkBit management API.