I had at first also troubles to start the postgresql-server.
after installation:
Code:
chkconfig postgresql on
Code:
service postgresql initdb
Code:
service postgresql restart
to work with it, it could make things easier to either use pgadmin3 or phpPGAdmin (phpPGAdmin would require a webserver like Apache). Without "service postgresql initdb" it fails. That's why I had issues at first.