diff --git a/README.md b/README.md index 990707312..e70b3521c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ see [hawkBit Documentation](https://www.eclipse.org/hawkbit/documentation/overvi We offer a sandbox installation that is free for everyone to try out hawkBit. However, keep in mind that the sandbox database will be reset from time to time. It is also not possible to upload any artifacts into the sandbox. But you can use it to try out the Management UI, Management API and DDI API. -https://hawkbit.eu-gb.mybluemix.net/UI/ +https://hawkbit.eu-gb.mybluemix.net/UI/ (currently unavailable - will be back soon) # Device Integration diff --git a/extensions/hawkbit-extension-artifact-repository-mongo/README.md b/extensions/hawkbit-extension-artifact-repository-mongo/README.md index bd0d2951d..fcae911d5 100644 --- a/extensions/hawkbit-extension-artifact-repository-mongo/README.md +++ b/extensions/hawkbit-extension-artifact-repository-mongo/README.md @@ -13,11 +13,13 @@ For using this extension in the hawkbit-example-application you just need to add ``` -If you do not have a mongoDB running you can use the the flapdoodle project to download and start an mongoDB on demand +If you do not have a mongoDB running you can use the the flapdoodle project to download and start a mongoDB on demand ``` de.flapdoodle.embed de.flapdoodle.embed.mongo ${flapdoodle.version} -``` +``` + +Maven test execution of this module is backed by flapdoodle. In case you don't have a mongoDB and run behind a proxy you may set the `JAVA_TOOL_OPTIONS` as global environment variable with your proxy settings. So flapdoodle is able to download the mongoDB dependency.