X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/99be0634e48121da5a6ab4abd0faa07773ced52b..95b0d8142d04199eae27eea17e4a5353d6e3f141:/doc/install/install-sso.html.textile.liquid diff --git a/doc/install/install-sso.html.textile.liquid b/doc/install/install-sso.html.textile.liquid index f220ef6d36..178673a622 100644 --- a/doc/install/install-sso.html.textile.liquid +++ b/doc/install/install-sso.html.textile.liquid @@ -4,8 +4,24 @@ 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: + + +
~$ \curl -sSL https://get.rvm.io | bash -s stable --ruby=2.1
+~$ gem install bundler
+
+ +h2(#install). Install SSO server + -
~$ git clone https://github.com/curoverse/sso-devise-omniauth-provider.git
+
~$ cd $HOME # (or wherever you want to install)
+~$ git clone https://github.com/curoverse/sso-devise-omniauth-provider.git
 ~$ cd sso-devise-omniauth-provider
 ~/sso-devise-omniauth-provider$ bundle install
 ~/sso-devise-omniauth-provider$ rake db:create