backend (1) 썸네일형 리스트형 postgrespl 설치 homebrew 설치가 안되어 있으면 설치한다. 홈페이지에 있는 명령어를 터미널에 복사해서 설치한다. https://brew.sh/index_ko Homebrew The Missing Package Manager for macOS (or Linux). brew.sh homebrew 설치가 끝나면 아래 명령어 실행하여 postgresql설치. > brew install postgrespl postgresql run 명령어 > pg_ctl -D /usr/local/var/postgres start postgresql 연결 명령어 > psql postgres posgresql 연결에서 나가고 > \q postgresql stop 명령어 > pg_ctl -D /usr/local/var/postgres stop .. 이전 1 다음