From 4fab134168ab7b40a9fc6e8b723548227451b6a2 Mon Sep 17 00:00:00 2001 From: Dominic Schabel Date: Fri, 4 Aug 2017 15:16:30 +0200 Subject: [PATCH] Sandbox marked as unavailable and added documentation for building source code behind a proxy into the mongoDB extension (#566) Signed-off-by: Dominic Schabel --- README.md | 2 +- .../hawkbit-extension-artifact-repository-mongo/README.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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.