psql
Vagrant makinemde çalışmaya çalışıyorum ama şu hatayı alıyorum:
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"?
Not: Vagrant 1.9.2 Kutu: ubuntu / trusty64, https://atlas.hashicorp.com/ubuntu/boxes/trusty64
Postgres yüklemek ve çalıştırmak için kullandığım Komutları DÜZENLE :
sudo apt-get update
sudo apt-get install postgresql
sudo su postgres
psql -d postgres -U postgres