LP#1845693: (follow-up) clarify what CHROME_BIN should be set to
authorGalen Charlton <gmc@equinoxinitiative.org>
Wed, 23 Oct 2019 15:45:33 +0000 (11:45 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Wed, 23 Oct 2019 15:45:33 +0000 (11:45 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
docs/installation/server_installation.adoc

index 398663d..e2a93a9 100644 (file)
@@ -152,7 +152,9 @@ npm install   # fetch JS dependencies
 npm run build-prod
 ------------------------------------------------------------------------------
 +
-4. OPTIONAL: Test web client code if the <osname>-developer packages were installed
+4. OPTIONAL: Test web client code if the <osname>-developer packages were installed.
+   CHROME_BIN should be set to the path to chrome or chromimum, e.g.,
+   `/usr/bin/chromium`:
 +
 [source,sh]
 ------------------------------------------------------------------------------
@@ -187,7 +189,9 @@ npm install   # fetch JS dependencies
 ng build --prod
 ------------------------------------------------------------------------------
 +
-4. OPTIONAL: Test eg2 web client code if the <osname>-developer packages were installed
+4. OPTIONAL: Test eg2 web client code if the <osname>-developer packages were installed:
+   CHROME_BIN should be set to the path to chrome or chromimum, e.g.,
+   `/usr/bin/chromium`:
 +
 [source,sh]
 ------------------------------------------------------------------------------