[ARVADOS] updated: 5f642789f87c1f0cefbb878cbb031c9b71fc7a09

git at public.curoverse.com git at public.curoverse.com
Thu Aug 6 12:18:41 EDT 2015


Summary of changes:
 doc/install/install-api-server.html.textile.liquid    | 6 +++---
 doc/install/install-arv-git-httpd.html.textile.liquid | 2 +-
 doc/install/install-keepproxy.html.textile.liquid     | 2 +-
 doc/sdk/perl/index.html.textile.liquid                | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

       via  5f642789f87c1f0cefbb878cbb031c9b71fc7a09 (commit)
       via  54ad79868ed16e4a53f943ec9dc104c28dee2343 (commit)
       via  092e1b42918850f7166cb4e3bbda25b67049105f (commit)
       via  5916ac79faa2384d75cc41ab4af3ff1a881e8d6e (commit)
      from  29a54ec4795c707b19858e3e02dcc48bf3d77e75 (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 5f642789f87c1f0cefbb878cbb031c9b71fc7a09
Author: Brett Smith <brett at curoverse.com>
Date:   Thu Aug 6 12:14:05 2015 -0400

    Add perl-Crypt-SSLeay as a Perl SDK dependency on Red Hat.
    
    No issue #.

diff --git a/doc/sdk/perl/index.html.textile.liquid b/doc/sdk/perl/index.html.textile.liquid
index cdbb7d3..e28d020 100644
--- a/doc/sdk/perl/index.html.textile.liquid
+++ b/doc/sdk/perl/index.html.textile.liquid
@@ -29,7 +29,7 @@ On Debian-based systems:
 On Red Hat-based systems:
 
 <notextile>
-<pre><code>~$ <span class="userinput">sudo yum install perl-ExtUtils-MakeMaker perl-JSON perl-IO-Socket-SSL perl-WWW-Curl libarvados-perl</code>
+<pre><code>~$ <span class="userinput">sudo yum install perl-ExtUtils-MakeMaker perl-JSON perl-IO-Socket-SSL perl-Crypt-SSLeay perl-WWW-Curl libarvados-perl</code>
 </code></pre>
 </notextile>
 

commit 54ad79868ed16e4a53f943ec9dc104c28dee2343
Author: Brett Smith <brett at curoverse.com>
Date:   Thu Aug 6 12:10:42 2015 -0400

    Quote `git_repo_ssh_base` value in git install guide.
    
    Without this, the YAML gem complains that you're trying to do some
    unallowed variable interpolation.  No issue #.

diff --git a/doc/install/install-arv-git-httpd.html.textile.liquid b/doc/install/install-arv-git-httpd.html.textile.liquid
index cd14ed3..edf1e60 100644
--- a/doc/install/install-arv-git-httpd.html.textile.liquid
+++ b/doc/install/install-arv-git-httpd.html.textile.liquid
@@ -213,7 +213,7 @@ h3. Configure the API server to advertise the correct SSH URLs
 In your API server's @application.yml@ file, add the following entry:
 
 <notextile>
-<pre><code>git_repo_ssh_base: git at git.<span class="userinput">uuid_prefix.your.domain</span>:
+<pre><code>git_repo_ssh_base: "git at git.<span class="userinput">uuid_prefix.your.domain</span>:"
 </code></pre>
 </notextile>
 

commit 092e1b42918850f7166cb4e3bbda25b67049105f
Author: Brett Smith <brett at curoverse.com>
Date:   Thu Aug 6 12:07:11 2015 -0400

    Fix `websocket_address` typo throughout API install guide.
    
    No issue #.

diff --git a/doc/install/install-api-server.html.textile.liquid b/doc/install/install-api-server.html.textile.liquid
index ff3a8e2..d5bc705 100644
--- a/doc/install/install-api-server.html.textile.liquid
+++ b/doc/install/install-api-server.html.textile.liquid
@@ -155,14 +155,14 @@ Example @application.yml@:
 <pre><code>  workbench_address: <span class="userinput">https://workbench.zzzzz.example.com</span></code></pre>
 </notextile>
 
-h3. websockets_address
+h3. websocket_address
 
-Set @websockets_address@ to the @wss://@ URL of the API server websocket endpoint after following "Set up Web servers.":#set_up
+Set @websocket_address@ to the @wss://@ URL of the API server websocket endpoint after following "Set up Web servers.":#set_up
 
 Example @application.yml@:
 
 <notextile>
-<pre><code>  websockets_address: <span class="userinput">wss://ws.zzzzz.example.com</span></code></pre>
+<pre><code>  websocket_address: <span class="userinput">wss://ws.zzzzz.example.com</span></code></pre>
 </notextile>
 
 h3(#git_repositories_dir). git_repositories_dir

commit 5916ac79faa2384d75cc41ab4af3ff1a881e8d6e
Author: Brett Smith <brett at curoverse.com>
Date:   Thu Aug 6 12:04:51 2015 -0400

    Add `bundle exec` needed to run script in keepproxy install guide.
    
    No issue #.

diff --git a/doc/install/install-keepproxy.html.textile.liquid b/doc/install/install-keepproxy.html.textile.liquid
index e800bf4..9e8850c 100644
--- a/doc/install/install-keepproxy.html.textile.liquid
+++ b/doc/install/install-keepproxy.html.textile.liquid
@@ -54,7 +54,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 ./get_anonymous_user_token.rb</span>
+<pre><code>~/arvados/services/api/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