Today I have changed my mind and decided to begin learning and using Postgresql.
On a Centos 6 host there are some ways of installing Postgresql. I have chosen the easy one: use repos.
Here http://yum.pgrpms.org/repopackages.php is the official Postgresql repos for Red Hat related distros.
I have chosen the x86_64 rpm for Centos 6 and installed it. Later using
yum install postgresql91-server
I have installed three packages postgresql91,postgresql91-server and postgresql91-libs which is enough for now
to start Postgresql 9.1.
Using the instructions at /usr/share/doc/postgresql91-9.1.1/README.rpm-dist , I first did
service postgresql-9.1 initdb and then
service postgresql-9.1 start.Voila!
Now let the journey begin!
Edit: Here is another place to look instructions
http://www.postgresonline.com/journal/archives/203-postgresql90-yum.html
On a Centos 6 host there are some ways of installing Postgresql. I have chosen the easy one: use repos.
Here http://yum.pgrpms.org/repopackages.php is the official Postgresql repos for Red Hat related distros.
I have chosen the x86_64 rpm for Centos 6 and installed it. Later using
yum install postgresql91-server
I have installed three packages postgresql91,postgresql91-server and postgresql91-libs which is enough for now
to start Postgresql 9.1.
Using the instructions at /usr/share/doc/postgresql91-9.1.1/README.rpm-dist , I first did
service postgresql-9.1 initdb and then
service postgresql-9.1 start.Voila!
Now let the journey begin!
Edit: Here is another place to look instructions
http://www.postgresonline.com/journal/archives/203-postgresql90-yum.html
Hiç yorum yok:
Yorum Gönder