Add install dependencies for the SSO server.
[arvados.git] / doc / install / install-sso.html.textile.liquid
index 2f2ba5151b33a1c4103833c8d02187121917e60d..178673a62246923e15cae3bee743ac9052e0a5b1 100644 (file)
@@ -4,6 +4,21 @@ navsection: installguide
 title: Install Single Sign On (SSO) server
 ...
 
+{% include 'skip_sso_server_install' %}
+
+h2(#dependencies). Install dependencies
+
+You need to have ruby 2.1 or higher and the bundler gem installed.
+
+One way to install those dependencies is:
+
+<notextile>
+<pre><code>~$ <span class="userinput">\curl -sSL https://get.rvm.io | bash -s stable --ruby=2.1</span>
+~$ <span class="userinput">gem install bundler
+</span></code></pre></notextile>
+
+h2(#install). Install SSO server
+
 <notextile>
 <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>