postgreSQL 설치 에러

조회수 1895회

일단.. db 설치나 deploy가 처음입니다.

이번에 https://github.com/divio/django-cms-demo 설치 및 배포를 해보려고 했습니다.

make install 을 하면

(venv) seochanyoungui-MacBook-Pro:cms4 tevian$ make install
virtualenv env
Using base prefix '/Users/tevian/.pyenv/versions/3.5.1'
New python executable in /Users/tevian/dexelop/cms4/env/bin/python3.5
Not overwriting existing python script /Users/tevian/dexelop/cms4/env/bin/python (you must use /Users/tevian/dexelop/cms4/env/bin/python3.5)
Installing setuptools, pip, wheel...done.
make theme
curl -LOk https://github.com/divio/django-cms-explorer/archive/master.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   133    0   133    0     0     83      0 --:--:--  0:00:01 --:--:--    83
100 1685k  100 1685k    0     0   221k      0  0:00:07  0:00:07 --:--:--  389k
tar -xzf master.tar.gz
mv -n django-cms-explorer-master/{*,.*} .
rm -rf django-cms-explorer-master/ ./master.tar.gz
make database
psql -U postgres -c 'DROP DATABASE djangocms_demo_local;'
psql: could not connect to server: No such file or directory
    Is the server running locally and accepting
    connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
make[1]: [database] Error 2 (ignored)
psql -U postgres -c 'CREATE DATABASE djangocms_demo_local;'
psql: could not connect to server: No such file or directory
    Is the server running locally and accepting
    connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
make[1]: *** [database] Error 2
make: *** [install] Error 2

이런 에러가 뜹니다.

connections on Unix domain socket "/tmp/.s.PGSQL.5432 로 구글링을 해봤지만..전혀 이해가 되지 않습니다. 최대한 쉽게.. 혹은 참고할만한 왕초보 가이드를 주실 수 있을까요?

  • (•́ ✖ •̀)
    알 수 없는 사용자

답변을 하려면 로그인이 필요합니다.

프로그래머스 커뮤니티는 개발자들을 위한 Q&A 서비스입니다. 로그인해야 답변을 작성하실 수 있습니다.

(ಠ_ಠ)
(ಠ‿ಠ)