added a start to the db

This commit is contained in:
Michael McGrath 2008-02-29 16:36:55 -06:00
parent f7621701a3
commit ecd0bbc90b

View file

@ -53,6 +53,10 @@ Then make sure the bottom of /var/lib/pgsql/data/pg_hba.conf looks like::
host all all 0.0.0.0 0.0.0.0 md5
Then just start the postgres database:
/etc/init.d/postgresql start
-------
Hacking
-------