[TIL] mac 용 mongo db 설치 및 시작

Funnystyle·2021년 4월 20일
0
  1. 홈브루 설치
$ /usr/bin/ruby -e "$(curl --insecure -fsSL
https://raw.githubusercontent.com/Homebrew/install/master/install)"
  1. 몽고 DB 설치
$ brew update
$ brew tap mongodb/brew
$ brew install mongodb-community@4.4
  1. 몽고 DB 를 서비스로 실행
$ brew services start mongodb-community
  1. 몽고 DB 실행 여부 확인
$ ps -ef | grep mongod
profile
polyglot

0개의 댓글