Homebrew 가 설치되어 있지 않다면 아래의 명령어를 실행

$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

 

Hombrew 업데이트

$ brew update

 

MongoDB 설치

$ brew tap mongodb/brew
$ brew install mongodb-community

 

위 명령어 실행 후 Your CLT does not support macOS 11.0  에러가 발생한다면 아래와 같이 진행

$ sudo rm -rf /Library/Developer/CommandLineTools
$ sudo xcode-select --install

 

MongoDB 실행

$ brew services start mongodb-community

 

아래와 같이 나온다면 설치 성공

==> Successfully started `mongodb-community` (label: homebrew.mxcl.mongodb-com

 

 

 

 

'Development > MongoDB' 카테고리의 다른 글

[DBeaver] Failed to create the Java Virtual Machine  (0) 2020.12.28
  • 네이버 블러그 공유하기
  • 네이버 밴드에 공유하기
  • 페이스북 공유하기
  • 카카오스토리 공유하기