반응형
공식문서 참고: https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-os-x/
## brew로 mongodb 설치
brew tap mongodb/brew
brew update
brew install mongodb-community
## mongodb 실행, 중지 명령어
brew services start mongodb-community
brew services stop mongodb-community
brew services restart mongodb-community
## To run MongoDB (i.e. the mongod process) manually as a background process, run
mongod --config /opt/homebrew/etc/mongod.conf --fork
반응형
'MacOS' 카테고리의 다른 글
MacOS] JDK 설치 및 관리 (0) | 2023.08.28 |
---|---|
MacOS] python3 설치 및 PyCharm 버전 변경 (0) | 2023.06.09 |
MacOS] 초기 환경 설정 (0) | 2023.06.08 |