J'essaye de courir psql
sur ma machine Vagrant, mais j'obtiens cette erreur:
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"?
Remarque: Boîte Vagrant 1.9.2: ubuntu / trusty64, https://atlas.hashicorp.com/ubuntu/boxes/trusty64
Commandes EDIT que j'ai utilisées pour installer et exécuter postgres:
sudo apt-get update
sudo apt-get install postgresql
sudo su postgres
psql -d postgres -U postgres