[ARVADOS] updated: 05a0e777cdef513f5365d5319fea7af01ae9e7f7
git at public.curoverse.com
git at public.curoverse.com
Thu Nov 5 12:12:25 EST 2015
Summary of changes:
doc/install/install-crunch-dispatch.html.textile.liquid | 2 +-
doc/install/install-keepproxy.html.textile.liquid | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
via 05a0e777cdef513f5365d5319fea7af01ae9e7f7 (commit)
from b85cb1ba40385444f9494bbb88248ab65d700c85 (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 05a0e777cdef513f5365d5319fea7af01ae9e7f7
Author: Brett Smith <brett at curoverse.com>
Date: Thu Nov 5 12:12:17 2015 -0500
Fix non-packaged API server paths in the install guide.
No issue #.
diff --git a/doc/install/install-crunch-dispatch.html.textile.liquid b/doc/install/install-crunch-dispatch.html.textile.liquid
index 370a6e7..d632f9b 100644
--- a/doc/install/install-crunch-dispatch.html.textile.liquid
+++ b/doc/install/install-crunch-dispatch.html.textile.liquid
@@ -185,7 +185,7 @@ export RAILS_ENV=production
export CRUNCH_JOB_DOCKER_BIN=<span class="userinput">docker.io</span>
fuser -TERM -k $CRUNCH_DISPATCH_LOCKFILE || true
-cd /var/www/arvados-api/services/api
+cd /var/www/arvados-api/current
exec $rvmexec bundle exec ./script/crunch-dispatch.rb 2>&1
</code></pre>
</notextile>
diff --git a/doc/install/install-keepproxy.html.textile.liquid b/doc/install/install-keepproxy.html.textile.liquid
index e6e2b10..5a5b66a 100644
--- a/doc/install/install-keepproxy.html.textile.liquid
+++ b/doc/install/install-keepproxy.html.textile.liquid
@@ -56,7 +56,7 @@ 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:
<notextile>
-<pre><code>~/arvados/services/api/script$ <span class="userinput">RAILS_ENV=production bundle exec ./get_anonymous_user_token.rb</span>
+<pre><code>/var/www/arvados-api/current/script$ <span class="userinput">RAILS_ENV=production bundle exec ./get_anonymous_user_token.rb</span>
hoShoomoo2bai3Ju1xahg6aeng1siquuaZ1yae2gi2Uhaeng2r
</code></pre></notextile>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list