psql
Vagrant 컴퓨터에서 실행하려고 하는데이 오류가 발생합니다.
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"?
참고 : Vagrant 1.9.2 상자 : ubuntu / trusty64, https://atlas.hashicorp.com/ubuntu/boxes/trusty64
postgres를 설치하고 실행하기 위해 사용한 편집 명령 :
sudo apt-get update
sudo apt-get install postgresql
sudo su postgres
psql -d postgres -U postgres