X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3bfb7144d19cc75bb99e93bc3681cd2b9e4733fe..7d5d40c55d2a38b12e810f3b9d3e168ee434cbd2:/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 d07fc3fc20..3efe124ca2 100644 --- a/doc/install/install-sso.html.textile.liquid +++ b/doc/install/install-sso.html.textile.liquid @@ -6,25 +6,13 @@ title: Install Single Sign On (SSO) server h2(#dependencies). Install dependencies -Make sure you have "Ruby and Bundler":install-manual-prerequisites-ruby.html installed. +h3(#install_ruby_and_bundler). Install Ruby and Bundler -On a Debian-based system, install the following packages: +{% include 'install_ruby_and_bundler' %} - -
~$ sudo apt-get install git libpq-dev postgresql
-
-
- -On a Red Hat-based system, install the following packages: - - -
~$ sudo yum install git postgresql postgresql-devel
-
-
+h3(#install_postgres). Install PostgreSQL -{% include 'notebox_begin' %} -If your distribution offers PostgreSQL 8, consider using Software Collections to install postgresql92 and postgresql92-postgresql-devel instead, as described on the "API server installation page":install-api-server.html. -{% include 'notebox_end' %} +{% include 'install_postgres' %} h2(#install). Install SSO server @@ -182,7 +170,7 @@ Alternatively, if the database user you intend to use for the SSO server is not ~/sso-devise-omniauth-provider$ RAILS_ENV=production bundle exec rake db:seed -h2(#client). Generate assets +h2(#assets). Generate assets If you are running in the production environment, you'll want to generate the assets: