X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5727f64521ea7222422dd48e48793a0fe10253f4..d7e76aa491a1878196d3f57f2e61e09d193f5070:/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 69d14e0b92..9f63d1bcfc 100644 --- a/doc/install/install-keep-web.html.textile.liquid +++ b/doc/install/install-keep-web.html.textile.liquid @@ -90,7 +90,7 @@ Note the trailing slash. {% include 'notebox_begin' %} Whether you choose to serve collections from their own subdomain or from a single domain, it's important to keep in mind that they should be served from me same _site_ as Workbench for the inline previews to work. -Please check "keep-web's URL pattern guide":/api/keep-web-urls.html#same-site to learn more. +Please check "keep-web's URL pattern guide":../api/keep-web-urls.html#same-site to learn more. {% include 'notebox_end' %} h2. Set InternalURLs @@ -105,9 +105,12 @@ h2. Set InternalURLs h2(#update-config). Configure anonymous user token -{% assign railscmd = "bundle exec ./script/get_anonymous_user_token.rb --get" %} +{% assign railscmd = "bin/bundle exec ./script/get_anonymous_user_token.rb --get" %} {% assign railsout = "zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz" %} -If you intend to use Keep-web to serve public data to anonymous clients, configure it with an anonymous token. Use the following command on the API server to create an anonymous user token. {% include 'install_rails_command' %} +If you intend to use Keep-web to serve public data to anonymous clients, configure it with an anonymous token. + +# First, generate a long random string and put it in the @config.yml@ file, in the @AnonymousUserToken@ field. +# Then, use the following command on the API server to register the anonymous user token in the database. {% include 'install_rails_command' %}
    Users:
@@ -119,7 +122,7 @@ Set @Users.AnonymousUserToken: ""@ (empty string) or leave it out if you do not
 
 h3. Update nginx configuration
 
-Put a reverse proxy with SSL support in front of keep-web.  Keep-web itself runs on the port 25107 (or whatever is specified in @Services.Keepproxy.InternalURL@) the reverse proxy runs on port 443 and forwards requests to Keepproxy.
+Put a reverse proxy with SSL support in front of keep-web.  Keep-web itself runs on the port 9002 (or whatever is specified in @Services.WebDAV.InternalURL@) while the reverse proxy runs on port 443 and forwards requests to Keep-web.
 
 Use a text editor to create a new file @/etc/nginx/conf.d/keep-web.conf@ with the following configuration. Options that need attention are marked in red.