I have installed postgresql as shown, uploaded all files to the phppgadmin i-bay and can see the login window for phppgadmin, what would the username and password be? to start creating the database...
I have also run the following command:
# su - postgres
# createdb test
# createuser -A -D jesuistest
# exit
The when i do the following it fails to authenticate
# psql test-h localhost -U jesuistest
Hope someone can help, I am trying to install openbravo in the office
vance