Initializing help system before first use

Installing PostgreSQL

If your server has internet access you can install PostgreSQL by following the instructions below. If you cannot access the online PostgreSQL repository then you can skip to the next section for an alternative method of installation.
First, the PostgreSQL repository package for the version of Red Hat Enterprise Linux you are running needs to be installed. This will allow the system to locate the required PostgreSQL packages, see: http://yum.postgresql.org/repopackages.php.
  1. As the root user, locate the downloaded PostgreSQL repository package RPM following the instructions above.
  2. Install the repository package:
    rpm -ivh pgdg-redhat95-9.5-3.noarch.rpm
  3. Install PostgreSQL:
    yum install postgresql95-server -y