[ARVADOS] updated: 689f463bbd231fba8e32b6d46a963d0dacf0e509

git at public.curoverse.com git at public.curoverse.com
Wed Oct 21 11:20:20 EDT 2015


Summary of changes:
 doc/install/install-sso.html.textile.liquid | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

       via  689f463bbd231fba8e32b6d46a963d0dacf0e509 (commit)
      from  b23dbeaa9a3900e6a5fe6ed2df53d191317f31ec (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 689f463bbd231fba8e32b6d46a963d0dacf0e509
Author: Ward Vandewege <ward at curoverse.com>
Date:   Wed Oct 21 11:19:46 2015 -0400

    SSO installation doc fix: to run rails console, you need to be in the
    /var/www/arvados-sso/current directory.
    
    closes #7623

diff --git a/doc/install/install-sso.html.textile.liquid b/doc/install/install-sso.html.textile.liquid
index 56c7a4b..ca620f4 100644
--- a/doc/install/install-sso.html.textile.liquid
+++ b/doc/install/install-sso.html.textile.liquid
@@ -164,7 +164,8 @@ Use @rails console@ to create a @Client@ record that will be used by the Arvados
 <notextile>
 <pre><code>~$ <span class="userinput">ruby -e 'puts rand(2**400).to_s(36)'</span>
 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
-~$ <span class="userinput">RAILS_ENV=production bundle exec rails console</span>
+~$ <span class="userinput">cd /var/www/arvados-sso/current</span>
+/var/www/arvados-sso/current$ <span class="userinput">RAILS_ENV=production bundle exec rails console</span>
 :001 > <span class="userinput">c = Client.new</span>
 :002 > <span class="userinput">c.name = "joshid"</span>
 :003 > <span class="userinput">c.app_id = "arvados-server"</span>

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list