Browsing tag

postgresql

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 […]

Install PostgreSQL 9.1 with pgAdmin3 on openSUSE 12.1

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 an MIT-style license, and is thus free and open source software.

Install Zend Framework on Fedora 16 “Verne”

Zend Framework is an open source, object oriented web application framework for PHP 5. Zend Framework is often called a ‘component library’, because it has many loosely coupled components that you can use more or less independently.