Ich versuche, psqlauf meinem Vagrant-Computer zu laufen , erhalte jedoch folgende Fehlermeldung:
psql: could not connect to server: No such file or directory
Is the server running locally and accepting connections on
Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
Hinweis: Vagrant 1.9.2 Box: ubuntu / trusty64, https://atlas.hashicorp.com/ubuntu/boxes/trusty64
EDIT- Befehle, die ich zum Installieren und Ausführen von Postgres verwendet habe:
sudo apt-get updatesudo apt-get install postgresqlsudo su postgrespsql -d postgres -U postgres
