X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d83e0937bc1d93560896ae1331486c473436b4a2..608a1591840dfbeac3d5580c505b50bfface5929:/doc/install/install-keep-web.html.textile.liquid diff --git a/doc/install/install-keep-web.html.textile.liquid b/doc/install/install-keep-web.html.textile.liquid index 71b80739ce..902ced0372 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:
Clusters:
   uuid_prefix:
-    SystemRootToken: "{{railsout}}"
     Services:
       Controller:
         ExternalURL: "https://uuid_prefix.your.domain"
@@ -136,7 +135,7 @@ Set the cluster config file like the following:
           "http://keep_web_hostname_goes_here:9002/": {}
         ExternalURL: "https://download.uuid_prefix.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:
 
 
-
exec sudo -u nobody keep-web
+
exec keep-web
 
-{% include 'notebox_begin' %} -Please take into consideration that the config file should be world-readable. -{% include 'notebox_end' %}