install
Code Block |
---|
$ su root $ yum install postgresql postgresql-server |
...
Code Block |
---|
/etc/rc.d/rc.local |
security
Once you start making non-local request to the database,
you need to tell Postgres that its OK to talk talk to stranger.
You do this by making changes to
...