사용자 도구

사이트 도구


mongodb:install

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
mongodb:install [2021/10/31 02:52] – 만듦 taekgumongodb:install [2025/04/15 10:05] (현재) – 바깥 편집 127.0.0.1
줄 1: 줄 1:
 +====== mongoDB 설치하기 ======
 +=== 참조 ===
 +  * [[https://www.mongodb.com/docs/atlas/cli/stable/install-atlas-cli/|몽고DB설치안내]]
 +  * [[https://znos.tistory.com/47|Mac 몽고DB설치]]
  
 +터미널 창에 아래 코드 입력 후 엔터 (한줄씩 복사-붙여넣기 하세요)
 +<code bash>
 +brew tap mongodb/brew
 +brew install mongodb-community
 +</code>
 +
 +<code bash>
 +2023-05-13
 +==> mongodb-community
 +To restart mongodb/brew/mongodb-community after an upgrade:
 +  brew services restart mongodb/brew/mongodb-community
 +Or, if you don't want/need a background service you can just run:
 +  /usr/local/opt/mongodb-community/bin/mongod --config /usr/local/etc/mongod.conf
 +</code>