[ARVADOS] updated: 1.3.0-1515-g3679c9415

Git user git at public.curoverse.com
Tue Aug 13 18:21:08 UTC 2019


Summary of changes:
 doc/install/install-keep-web.html.textile.liquid | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

       via  3679c9415c3f9f925a40919c549b7cac65606800 (commit)
      from  d83e0937bc1d93560896ae1331486c473436b4a2 (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 3679c9415c3f9f925a40919c549b7cac65606800
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date:   Tue Aug 13 15:20:43 2019 -0300

    14716: Fixes on documentation.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>

diff --git a/doc/install/install-keep-web.html.textile.liquid b/doc/install/install-keep-web.html.textile.liquid
index 71b80739c..902ced037 100644
--- a/doc/install/install-keep-web.html.textile.liquid
+++ b/doc/install/install-keep-web.html.textile.liquid
@@ -123,7 +123,6 @@ Set the cluster config file like the following:
 <notextile>
 <pre><code>Clusters:
   <span class="userinput">uuid_prefix</span>:
-    SystemRootToken: "{{railsout}}"
     Services:
       Controller:
         ExternalURL: "https://<span class="userinput">uuid_prefix</span>.your.domain"
@@ -136,7 +135,7 @@ Set the cluster config file like the following:
           "http://keep_web_hostname_goes_here:9002/": {}
         ExternalURL: "https://download.<span class="userinput">uuid_prefix</span>.your.domain"
     Users:
-      AnonymousUserToken: "xxxxxxxxxxxxxxxxxxxx"
+      AnonymousUserToken: "{{railsout}}"
     Collections:
       TrustAllContent: false
     TLS:
@@ -203,10 +202,7 @@ Install runit to supervise the Keep-web daemon.  {% include 'install_runit' %}
 The basic command to start Keep-web in the service run script is:
 
 <notextile>
-<pre><code>exec sudo -u nobody keep-web
+<pre><code>exec keep-web
 </code></pre>
 </notextile>
 
-{% include 'notebox_begin' %}
-Please take into consideration that the config file should be world-readable.
-{% include 'notebox_end' %}

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list