Merge branch '15361-acr-create-workflow' refs #15361
[arvados.git] / doc / install / install-keep-web.html.textile.liquid
index 71b80739ce09949336777df7981b63b1dd6e4cd1..902ced0372a972449db08452b59c888a47f1d237 100644 (file)
@@ -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' %}