From fd4e41c3bbe85a34e2e83cb8cc8974bffc590c94 Mon Sep 17 00:00:00 2001 From: brian-cipollone-sonarsource <40029762+brian-cipollone-sonarsource@users.noreply.github.com> Date: Thu, 7 Feb 2019 12:43:30 -0600 Subject: [PATCH] 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 --- server/sonar-docs/src/pages/setup/install-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.39.5