From 5bcda2dee33ac56421f6f6d06439e26c9a6a8825 Mon Sep 17 00:00:00 2001 From: Andre Fuechsel Date: Thu, 2 Jun 2016 22:05:34 +0200 Subject: [PATCH] Added troubleshooting feature repos (#10) * Added a troubleshooter about extensions Signed-off-by: Andre Fuechsel --- appendix/troubleshooting.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appendix/troubleshooting.md b/appendix/troubleshooting.md index 2ac891fde..81462b797 100644 --- a/appendix/troubleshooting.md +++ b/appendix/troubleshooting.md @@ -6,4 +6,7 @@ layout: documentation # Troubleshooting Guide -to be done... +## Add-Ons cannot be installed + +Add-Ons to openHAB may be installed from remote repositories. If you miss add-ons or the installation of an add-on is not working most probably you have problems accessing the associated remote repository. In such cases your maven `settings.xml` contains settings that prevent openHAB to access the repository. Try to rename or delete your maven `settings.xml` (located in `~/.m2`) and try again to install your add-on. +