Menu

#27 task & linux (redhat 9)

open
Wei Hong
general (2)
5
2012-12-12
2003-09-25
David Gay
No

I had to the following beyond the current instructions:

instead of just running setup-task-db.sh, do:

as root: mkdir /pgdata; chown postgres.postgres /pgdata/

as postgres:

run setup-task-db, the last 2 steps will fail

edit /pgdata/pg_hba.conf, uncomment
local all all
trust
host all all 127.0.0.1
255.255.255.255 trust

and comment
#local all all ident sameuser

execute
createdb -U tele task
psql -e task tele < task.sql

Discussion


Log in to post a comment.