Merge branch '4291-workbench-collection-sharing-button-wip'
[arvados.git] / doc / install / install-sso.html.textile.liquid
index f220ef6d369c33ccaae266bfb416e44a550a9f9f..9cf4c4f767086c0b5a5e2ba6aaa6450cec91909b 100644 (file)
@@ -4,8 +4,17 @@ navsection: installguide
 title: Install Single Sign On (SSO) server
 ...
 
+{% include 'skip_sso_server_install' %}
+
+h2(#dependencies). Install dependencies
+
+Make sure you have "Ruby and bundler":install-manual-prerequisites-ruby.html installed.
+
+h2(#install). Install SSO server
+
 <notextile>
-<pre><code>~$ <span class="userinput">git clone https://github.com/curoverse/sso-devise-omniauth-provider.git</span>
+<pre><code>~$ <span class="userinput">cd $HOME</span> # (or wherever you want to install)
+~$ <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>