|
|
转:http://wiki.openscg.com/index.php/PostgreSQL_RPM_Installation
OpenSCG provides PostgreSQL 9.0 RPM packages for an easy installation experience on Redhat, Fedora, CentOS, OpenSUSE and similar systems. This tutorial explain how to install and configure PostgreSQL using OpenSCG's rpm packages.
Requirements
Appropriate 32 or 64 bit PostgreSQL 9.0 RPM package from OpenSCG.
Installation Steps
The installation of PostgreSQL 9.0 server is very easy. To install:
- Download and save RPM package.
<div style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; color: black; background-color: #f9f9f9; line-height: 1.1em; text-align: left; padding: 1em; border: 1px dashed #2f6fab;" class="mw-geshi"><div style="line-height: normal;" class="bash source-bash">[user@fedorax64 ~]$ ls -l postgres-9.0.3-1.x86_64.openscg.rpm
-rw-r--r--. 1 user user 16389304 Feb 3 12:02 postgres-9.0.3-1.x86_64.openscg.rpm |
|