postgresql setup: follow any howto. Then

createdb NAME
psql NAME # does this work?
# load dump:
psql < dump.sql # dump.sql is created by urweb

Then configure your urweb app to use database NAME.

If you want to learn more about the postgresql authentication you have
to read the manual (pdf).

If you run urweb using standalone there should not be that much about
authentication to worry about?

This all has not much to do with urweb. Its only about "how to connect
to postgresql database".

If you still can't connect to urweb ping me on irc.freenode.net, channel
#ur, nickname "MarcWeber" and I'll try to help you get started.

Marc Weber

_______________________________________________
Ur mailing list
[email protected]
http://www.impredicative.com/cgi-bin/mailman/listinfo/ur

Reply via email to