[ARVADOS] updated: 1.4.2-15-g502eeae62
Git user
git at public.arvados.org
Wed Jan 15 20:32:35 UTC 2020
Summary of changes:
doc/install/install-controller.html.textile.liquid | 22 ++++++++++++----------
1 file changed, 12 insertions(+), 10 deletions(-)
via 502eeae62a21874fb8b5d377b06b6e75c1c429a8 (commit)
from 4d0bfd26812595cde3416768889bf644df65036f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 502eeae62a21874fb8b5d377b06b6e75c1c429a8
Author: Ward Vandewege <ward at jhvc.com>
Date: Wed Jan 15 15:31:56 2020 -0500
Make the arvados-controller install docs less misleading for the 1.4
release.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at jhvc.com>
diff --git a/doc/install/install-controller.html.textile.liquid b/doc/install/install-controller.html.textile.liquid
index 3e94b290d..af17e67b1 100644
--- a/doc/install/install-controller.html.textile.liquid
+++ b/doc/install/install-controller.html.textile.liquid
@@ -25,16 +25,6 @@ On Red Hat-based systems:
</code></pre>
</notextile>
-Verify the @arvados-controller@ program is functional:
-
-<notextile>
-<pre><code>~$ <span class="userinput">arvados-controller -h</span>
-Usage:
- -config file
-[...]
-</code></pre>
-</notextile>
-
h3. Configure Nginx to route requests to the controller
Add @upstream@ and @server@ definitions inside the @http@ section of your Nginx configuration using the following template.
@@ -116,6 +106,18 @@ Create the host configuration file @/etc/arvados/environment at .
</code></pre>
</notextile>
+Verify the @arvados-controller@ program is functional:
+
+<notextile>
+<pre><code>~$ <span class="userinput">. /etc/arvados/environment</span>
+~$ <span class="userinput">arvados-controller -h</span>
+Usage:
+ -config file
+[...]
+</code></pre>
+</notextile>
+
+
h3. Start the service (option 1: systemd)
If your system does not use systemd, skip this section and follow the "runit instructions":#runit instead.
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list