X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/654560f15c684635f2331363f04ad4cb3e9663d6..56de379ae4a118adf1dc314378decb9bc6675386:/doc/install/install-postgresql.html.textile.liquid diff --git a/doc/install/install-postgresql.html.textile.liquid b/doc/install/install-postgresql.html.textile.liquid index b1c9cda086..7324bb30ff 100644 --- a/doc/install/install-postgresql.html.textile.liquid +++ b/doc/install/install-postgresql.html.textile.liquid @@ -27,7 +27,7 @@ h3(#centos7). CentOS 7 {% include 'note_python_sc' %} # Install PostgreSQL: -
~$ sudo yum install rh-postgresql95
+  
~$ sudo yum install rh-postgresql95 rh-postgresql95-postgresql-contrib
 ~$ scl enable rh-postgresql95 bash
# Initialize the database:
~$ sudo postgresql-setup initdb
@@ -46,7 +46,7 @@ Debian 8 (Jessie) and Ubuntu 16.04 (Xenial) and later versions include a suffici Ubuntu 14.04 (Trusty) requires an updated PostgreSQL version, see "the PostgreSQL ubuntu repository":https://www.postgresql.org/download/linux/ubuntu/ # Install PostgreSQL: -
~$ sudo apt-get install postgresql
+
~$ sudo apt-get install postgresql postgresql-contrib
# "Set up Arvados credentials and databases":#rails_setup for the services that will use this PostgreSQL install. @@ -55,10 +55,12 @@ h2(#sso). Set up SSO server credentials and database {% assign service_role = "arvados_sso" %} {% assign service_database = "arvados_sso_production" %} +{% assign use_contrib = false %} {% include 'install_postgres_database' %} h2(#api). Set up API server credentials and database {% assign service_role = "arvados" %} {% assign service_database = "arvados_production" %} +{% assign use_contrib = true %} {% include 'install_postgres_database' %}