Article
PostgreSQL and MongoDB Software Collections: Three easy steps to get started
In the first part of my series on Software Collections (SCL), I gave general information and listed the three steps needed to get started with SCL for a number of languages. This post covers the steps for PostgreSQL and MongoDB. Enable the SCL repository The first step is to enable the SCL software repository if you haven't already done so. As the root user run: # subscription-manager repos --enable rhel-server-rhscl-7-rpms Now onto installing the database software. PostgreSQL PostgreSQL is a...