X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8c1a3773b9ae07e8f37e3567a9e7c225e47d2ea5..51dc4f3f6d1faa0dfa79ae4d282f584fbe797299:/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..c8b0a8b86e 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 Postgres -{% 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