[ARVADOS] updated: 205e2b592cb279526f904542e873c3091f53adcb

git at public.curoverse.com git at public.curoverse.com
Wed Mar 12 21:08:37 EDT 2014


Summary of changes:
 doc/_config.yml                             |    1 +
 doc/install/index.html.md.liquid            |    1 +
 doc/install/install-sso.html.textile.liquid |   23 +++++++++++++++++++++++
 3 files changed, 25 insertions(+), 0 deletions(-)
 create mode 100644 doc/install/install-sso.html.textile.liquid

       via  205e2b592cb279526f904542e873c3091f53adcb (commit)
      from  395ee15d9fa6be4c26be4a1ecda5926cf1172b65 (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 205e2b592cb279526f904542e873c3091f53adcb
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Wed Mar 12 21:08:33 2014 -0400

    Added section on setting up SSO server

diff --git a/doc/_config.yml b/doc/_config.yml
index 3e04430..3ec959a 100644
--- a/doc/_config.yml
+++ b/doc/_config.yml
@@ -104,6 +104,7 @@ navbar:
   installguide:
     - Install:
       - install/index.html.md.liquid
+      - install/install-sso.html.textile.liquid
       - install/install-api-server.html.md.liquid
       - install/install-workbench-app.html.md.liquid
       - install/client.html.textile.liquid
diff --git a/doc/install/index.html.md.liquid b/doc/install/index.html.md.liquid
index f11cac9..aaac7a7 100644
--- a/doc/install/index.html.md.liquid
+++ b/doc/install/index.html.md.liquid
@@ -10,6 +10,7 @@ title: Overview
 
 1. Set up a cluster, or use Amazon
 1. Create and mount Keep volumes
+1. [Install the Single Sign On (SSO) server](install-sso.html)
 1. [Install the Arvados REST API server](install-api-server.html)
 1. [Install the Arvados workbench application](install-workbench-app.html)
 1. [Install the Crunch dispatcher](install-crunch-dispatch.html)
diff --git a/doc/install/install-sso.html.textile.liquid b/doc/install/install-sso.html.textile.liquid
new file mode 100644
index 0000000..b12bc51
--- /dev/null
+++ b/doc/install/install-sso.html.textile.liquid
@@ -0,0 +1,23 @@
+---
+layout: default
+navsection: installguide
+title: Install Single Sign On (SSO) server
+...
+
+<notextile>
+<pre><code>~$ <span class="userinput">git clone https://github.com/curoverse/sso-devise-omniauth-provider.git</span>
+~$ <span class="userinput">cd sso-devise-omniauth-provider</span>
+~/sso-devise-omniauth-provider$ <span class="userinput">bundle install</span>
+~/sso-devise-omniauth-provider$ <span class="userinput">rake db:create</span>
+~/sso-devise-omniauth-provider$ <span class="userinput">rake db:migrate</span>
+~/sso-devise-omniauth-provider$ <span class="userinput">rake secret</span>
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+~/sso-devise-omniauth-provider$ <span class="userinput">rails console</span>
+irb(main):001:0> <span class="userinput">c = Client.new</span>
+irb(main):002:0> <span class="userinput">c.name = "joshid"</span>
+irb(main):003:0> <span class="userinput">c.app_id = "arvados-server"</span>
+irb(main):004:0> <span class="userinput">c.app_secret = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"</span>
+irb(main):005:0> <span class="userinput">c.save!</span>
+irb(main):006:0> <span class="userinput">quit</span>
+</code></pre>
+</notextile>

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list