== CentOS/RHEL 7 package installation instructions ==

elephant-shed depends on EPEL and PGDG software repositories. You
need to enable them first, before installing elephant-shed packages.
The following steps should be performed as root (if not noted otherwise).

* EPEL

   $ yum install epel-release

* PGDG

Repository packages can be retrieved from

   https://yum.postgresql.org/repopackages.php

Choose either CentOS or RHEL repository packages, depending on your
target platform. Here for example PostgreSQL 10 repository packages for CentOS 7:

   $ yum install https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-7-x86_64/pgdg-centos10-10-2.noarch.rpm

* elephant-shed package repository

Install the repository package from https://packages.credativ.com:

   $ yum install https://packages.credativ.com/public/postgresql/yum/credativ-repo-1-1.noarch.rpm

* RPM installation steps

Update the yum cache

   $ yum makecache

Install elephant-shed

   $ yum install elephant-shed
