...
Include Page | ||||
---|---|---|---|---|
|
Installation
We want to install While we developed EAS under postgresql 8.3.7 for , installing 8.3.7 was giving us trouble.
Therefore we upgraded to 8.3.11 which was available in YUM and the install went smoothly.
The OS is CentOS release 5.5, 64 bit (x86_64).
todo - add Summco directions here
Using YUM is the way to go.
Once you have YUM configured to use only the postgres respositories and not the Centos repos,
follow these steps for a pain free installation:
Code Block |
---|
yum install postgresql
yum install postgresql-devel
yum install postgresql-server
yum install postgis
yum install postgresql-contrib
|
Links
- http://wiki.postgresql.org/wiki/YUM_Installation
- http://www.postgresql.org/docs/8.3/static/runtime-config-file-locations.htmlhttp://www.postgresonline.com/journal/archives/45-An-Almost-Idiots-Guide-to-PostgreSQL-YUM.html
Initializing Database
...
Links
- http://www.postgresql.org/docs/8.3/static/creating-cluster.html
- http://www.postgresql.org/docs/8.3/static/runtime-config-file-locations.html
- http://archives.postgresql.org/pgsql-admin/2007-05/msg00104.php
...