aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrian-cipollone-sonarsource <40029762+brian-cipollone-sonarsource@users.noreply.github.com>2019-02-07 12:43:30 -0600
committersonartech <sonartech@sonarsource.com>2019-02-11 09:11:45 +0100
commitfd4e41c3bbe85a34e2e83cb8cc8974bffc590c94 (patch)
tree150e2b16f4334bcaaa96ac356166a136bc62ef9b
parent353f06ad29b26ffdac7eaeb7756607a57863fd5b (diff)
downloadsonarqube-fd4e41c3bbe85a34e2e83cb8cc8974bffc590c94.tar.gz
sonarqube-fd4e41c3bbe85a34e2e83cb8cc8974bffc590c94.zip
DOCS Add note not to run as root on Unix (#1228)
* DOCS Add note not to run as root on Unix We are seeing this a bit in presales... * use backtick
-rw-r--r--server/sonar-docs/src/pages/setup/install-server.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/setup/install-server.md b/server/sonar-docs/src/pages/setup/install-server.md
index 6a59571f340..39d00ab3a3f 100644
--- a/server/sonar-docs/src/pages/setup/install-server.md
+++ b/server/sonar-docs/src/pages/setup/install-server.md
@@ -70,7 +70,7 @@ Once all SonarQube tables are using the InnoDB engine, the first thing to do is
## Installing the Web Server
-First, check the [requirements](/requirements/requirements/).
+First, check the [requirements](/requirements/requirements/). Note that you cannot run the SonarQube server as `root` on Unix-based systems.
Then download and unzip the [distribution](http://www.sonarqube.org/downloads/) (do not unzip into a directory starting with a digit).