jbruws/acsim

Install script doesn't work

Closed this issue · 1 comments

zooool commented

Whether I create a postgres user without a password, a postgres user with a password, or use the name of a non-existent postgres user, I always get the error:

./setup.sh name
Creating postgres database
createdb: error: could not connect to database template1: FATAL:  Peer authentication failed for user "name"
Creating table scheme
psql: error: FATAL:  Peer authentication failed for user "name"
Success
zooool commented

It was a PostgreSQL problem. Solved using the information here: https://stackoverflow.com/questions/18664074