Browsing category

Centos/Redhat

How to Install PostgreSQL 10 on CentOS 6 / RHEL 6

PostgreSQL is an object-relational database management system (ORDBMS) available for many platforms including Linux, FreeBSD, Solaris, Microsoft Windows and Mac OS X. It is released under the PostgreSQL License, which is a MIT-style license and is thus free and open source software. PostgreSQL is developed by the PostgreSQL Global Development Group, consisting of a handful […]

How To Install MongoDB 4.2 / 4.0 on CentOS 6 / RHEL 6

MongoDB is an open-source, document-oriented database designed with both scalability and developer agility in mind. Instead of storing your data in tables and rows as you would with a relational database, in MongoDB, you store JSON-like documents with dynamic schemas. MongoDB is available for Windows, Linux, OS X, and Solaris, MongoDB is available for free […]