Files
hawkbit/hawkbit-monolith/hawkbit-update-server/README.md

24 lines
529 B
Markdown
Raw Normal View History

# hawkBit Update Server
2018-06-11 16:04:12 +02:00
The hawkBit Update Server (Monolith) is a standalone spring-boot application with an embedded servlet container .
## On your own workstation
2018-06-11 16:04:12 +02:00
### Run
2018-06-11 16:04:12 +02:00
```bash
java -jar hawkbit-monolith/hawkbit-update-server/target/hawkbit-update-server-*-SNAPSHOT.jar
```
2016-05-02 17:08:01 +02:00
2016-05-02 17:08:43 +02:00
_(Note: you have to add the JDBC driver also to your class path if you intend to use another database than H2.)_
2016-05-02 17:08:01 +02:00
Or:
2016-05-02 17:08:01 +02:00
2018-06-11 16:04:12 +02:00
```bash
run org.eclipse.hawkbit.doc.Start
```
### Usage
2018-06-11 16:04:12 +02:00
The Management API can be accessed via http://localhost:8080/rest/v1