* Fix Typos and remove unchanged theme files Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com> * Add Sandbox to getting started section * fix glitch in UI description Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com>
2.3 KiB
Executable File
2.3 KiB
Executable File
title, weight
| title | weight |
|---|---|
| Getting Started | 20 |
On Sandbox
We offer a sandbox installation that is free for everyone to try out hawkBit's Management UI, Management API, and Direct Device Integration API: https://hawkbit-demo-sandbox.eu-gb.mybluemix.net/UI/
{{% warning %}} The sandbox database will be reset from time to time. It is also not possible to upload any artifacts into the sandbox. Moreover, you are not permitted to store any kind of personal data in the sandbox. {{% /warning %}}
In addition, the following vendors offer free trial accounts for their Eclipse hawkBit compatible products:
From Docker Image
Update server only
$ docker run -d -p 8080:8080 hawkbit/hawkbit-update-server
Updates server + MySql + RabbitMq
$ git clone https://github.com/eclipse/hawkbit.git
$ cd hawkbit/hawkbit-runtime/hawkbit-update-server/docker
$ docker-compose up -d
{{% note %}} Requires Docker-Compose installed. {{% /note %}}
From Sources
1: Clone and build hawkBit
$ git clone https://github.com/eclipse/hawkbit.git
$ cd hawkbit
$ mvn clean install
2: Start hawkBit update server
$ java -jar ./hawkbit-runtime/hawkbit-update-server/target/hawkbit-update-server-#version#-SNAPSHOT.jar
3: Build hawkBit examples
$ git clone https://github.com/eclipse/hawkbit-examples.git
$ cd hawkbit-examples
$ mvn clean install
4: Start hawkBit Device Simulator
$ java -jar ./hawkbit-device-simulator/target/hawkbit-device-simulator-#version#.jar
5: Generate Getting Started data with Example Management API Client
$ java -jar ./hawkbit-example-mgmt-simulator/target/hawkbit-example-mgmt-simulator-#version#.jar