[ARVADOS] updated: 5d843ab702bd516257dda1a872d45755e5170678
Git user
git at public.curoverse.com
Sun Dec 11 00:59:35 EST 2016
Summary of changes:
doc/install/install-ws.html.textile.liquid | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
via 5d843ab702bd516257dda1a872d45755e5170678 (commit)
from 2a1978f10b7dff4f239eb868648f404f070fccc3 (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 5d843ab702bd516257dda1a872d45755e5170678
Author: Tom Clegg <tom at curoverse.com>
Date: Sun Dec 11 00:59:24 2016 -0500
8460: Fix copy-paste errors; use html entity instead of literal utf8 bullet.
diff --git a/doc/install/install-ws.html.textile.liquid b/doc/install/install-ws.html.textile.liquid
index ffbaf5e..a36a59a 100644
--- a/doc/install/install-ws.html.textile.liquid
+++ b/doc/install/install-ws.html.textile.liquid
@@ -55,8 +55,7 @@ h3. Create a configuration file
Create @/etc/arvados/ws/ws.yml@ using the following template. Replace @xxxxxxxx@ with the "password you generated during database setup":install-postgresql.html#api.
<notextile>
-<pre><code>~$ <span class="userinput">arvados-ws -h</span>
-Client:
+<pre><code>Client:
APIHost: <span class="userinput">uuid_prefix.your.domain</span>:443
Listen: ":<span class="userinput">9003</span>"
Postgres:
@@ -76,7 +75,7 @@ If your system uses systemd, the arvados-ws service should already be set up. St
<notextile>
<pre><code>~$ <span class="userinput">sudo systemctl restart arvados-ws</span>
~$ <span class="userinput">sudo systemctl status arvados-ws</span>
-● arvados-ws.service - Arvados websocket server
+● arvados-ws.service - Arvados websocket server
Loaded: loaded (/lib/systemd/system/arvados-ws.service; enabled)
Active: active (running) since Tue 2016-12-06 11:20:48 EST; 10s ago
Docs: https://doc.arvados.org/
@@ -187,7 +186,7 @@ Ensure the websocket server address is correct in the API server configuration f
</code></pre>
</notextile>
-Restart the Nginx to reload the API server configuration.
+Restart Nginx to reload the API server configuration.
<notextile>
<pre><code>$ sudo nginx -s reload</span>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list