반응형

PostgreSQL 설치 - homebrew 활용 (MacOS Apple Silicon)

 

Homebrew 설치

[MacOS 개발환경 #1] Homebrew 설치

 

[MacOS 개발환경 #1] Homebrew 설치

맥(MacOS) M1 (Apple Silicon) 개발환경 - Homebrew 설치 Homebrew 설치 > Homebrew 설치 확인 1 2 3 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" bre..

tlo-developer.tistory.com

 

 

터미널 > 

1
brew install postgres

 

 

PostgreSQL 기동

1
brew services start postgres

 

 

PostgreSQL 중지

1
brew services stop postgres

 

 

반응형