DB/MongoDB

[MongoDB] MongoDB 설치 & 환경설정 [Windows10]

KMSEOP 2020. 3. 18. 17:10
728x90

https://www.mongodb.com/download-center/community

 

Download Center: Community Server

Download MongoDB Community Server, the most popular non-relational database built to address the needs of modern applications.

www.mongodb.com

Community server에서 windows 버전으로 .msi 파일 다운로드

 

환경변수 설정

[내 컴퓨터] -> [고급 시스템 설정] -> [환경변수]

시스템 변수 리스트 -> Path에 MongoDB설치경로\bin 추가

 

C:\data\db\ 폴더 생성

 

cmd창에 mongod 입력해서 설치 테스트

728x90