Merge branch 'master' into 6687-install-guide-flow
[arvados.git] / doc / install / install-sso.html.textile.liquid
index d07fc3fc200069fc70af395622e1a5ea213b7d04..c8b0a8b86ec30949afe50a55289d42601f7d3aad 100644 (file)
@@ -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' %}
 
-<notextile>
-<pre><code>~$ <span class="userinput">sudo apt-get install git libpq-dev postgresql</span>
-</code></pre>
-</notextile>
-
-On a Red Hat-based system, install the following packages:
-
-<notextile>
-<pre><code>~$ <span class="userinput">sudo yum install git postgresql postgresql-devel</span>
-</code></pre>
-</notextile>
+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