From: Galen Charlton <gmc@equinoxinitiative.org>
Date: Wed, 23 Oct 2019 15:45:33 +0000 (-0400)
Subject: LP#1845693: (follow-up) clarify what CHROME_BIN should be set to
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d6a9ed418a3737e7d5f40a37bef9c6ea3fadcf5e;p=contrib%2FConifer.git

LP#1845693: (follow-up) clarify what CHROME_BIN should be set to

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
---

diff --git a/docs/installation/server_installation.adoc b/docs/installation/server_installation.adoc
index 398663d580..e2a93a9c2a 100644
--- a/docs/installation/server_installation.adoc
+++ b/docs/installation/server_installation.adoc
@@ -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]
 ------------------------------------------------------------------------------