X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9a44fb9de57a2f44347aecd26928eee03ea3c60c..30186c3f928d280e4af97a4989d7a82dfe68d592:/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 f611df8a07..7259f5bde6 100644 --- a/doc/install/install-postgresql.html.textile.liquid +++ b/doc/install/install-postgresql.html.textile.liquid @@ -11,22 +11,6 @@ Two Arvados Rails servers store data in a PostgreSQL database: the SSO server, a Find the section for your distribution below, and follow it to install PostgreSQL on each host where you will deploy it. Then follow the steps in the later section(s) to set up PostgreSQL for the Arvados service(s) that need it. -h2(#centos6). Install PostgreSQL on CentOS 6 - -# Install Software Collections: -
~$ sudo yum install centos-release-scl scl-utils
-# Install PostgreSQL: -
~$ sudo yum install rh-postgresql94-postgresql-server
-# Initialize the database: -
~$ sudo scl enable rh-postgresql94 "postgresql-setup initdb"
-# Configure the database to accept password connections: -
~$ sudo sed -ri -e 's/^(host +all +all +(127\.0\.0\.1\/32|::1\/128) +)ident$/\1md5/' /var/opt/rh/rh-postgresql94/lib/pgsql/data/pg_hba.conf
-# Configure the database to launch at boot: -
~$ sudo chkconfig rh-postgresql94-postgresql on
-# Start the database: -
~$ sudo service rh-postgresql94-postgresql start
-# "Set up Arvados credentials and databases":#rails_setup for the services that will use this PostgreSQL install. - h2(#centos7). Install PostgreSQL on CentOS 7 # Install PostgreSQL: