Ensure column information is up-to-date before creating full text indexes. refs ...
[arvados.git] / doc / install / install-keepproxy.html.textile.liquid
index a6bb5d4bd9aeb3a6d2b276d20e1fc1e0505bf2c9..f1a2688014b54fc3da1db8309b231e766bbccfa8 100644 (file)
@@ -51,7 +51,7 @@ Usage of keepproxy:
 
 h3. Create an API token for the Keepproxy server
 
-{% assign railscmd = "bundle exec ./script/get_anonymous_user_token.rb" %}
+{% assign railscmd = "bundle exec ./script/get_anonymous_user_token.rb --get" %}
 {% assign railsout = "zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz" %}
 The Keepproxy server needs a token to talk to the API server.  On the <strong>API server</strong>, use the following command to create the token.  {% include 'install_rails_command' %}