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