본문 바로가기
코딩

[개발일지] 파이썬, mongoDB, robo3T, Git bash 설치하기

by 배공 2022. 1. 21.

1. 파이썬 설치하기

(윈도우) 파이썬 다운로드 링크

https://www.python.org/ftp/python/3.8.6/python-3.8.6-amd64.exe

Add Python 3.8 to PATH 체크 후 Install Now 클릭하여 설치하기

 

 

2. mongoDB 설치하기

(윈도우) mongoDB 다운로드 링크

https://www.mongodb.com/try/download/community

 

MongoDB Community Download

Download the Community version of MongoDB's non-relational database server from MongoDB's download center.

www.mongodb.com

 

mongoDB 설치 전 C드라이브에 "data"라는 폴더를 만들고, 그 안에 db라는 폴더 만들기.

Custom 클릭하기
Browse... 클릭하기
C:\data\db\ 를 찾아서 선택하고 OK 클릭
Install MongoDB Compass 선택을 해제하고 Next 클릭

 

3.환경변수 설정하기

윈도우 검색창에 '시스템 환경 변수 편집' 검색하여 클릭하기

[환경변수] 클릭 -> 시스템변수(S) 에서 "Path" 클릭 -> [새로만들기] 클릭하여 "C:\data\db\bin" 추가 -> 확인

 

4. MongoDB 시작하기

윈도우 검색창에 'cmd'를 검색하여 실행하기

cmd창에 mongod 를 입력하면 MongoDB가 실행이 완료됨

브라우저 주소창에 localhost:27017 을 입력하면 "It looks like you are trying to access MongoDB over HTTP on the native driver port." 라고 뜸.

그러면 잘 실행되고 있다는 것.

 

5. robo3T 설치하기

Robo3T 다운로드 링크

https://robomongo.org/download

 

Robomongo

Robo 3T: the hobbyist GUI Robo 3T 1.4 brings support for MongoDB 4.2, and a mongo shell upgrade from 4.0 to 4.2, with the ability to manually specify visible databases.   Download Robo 3T

robomongo.org

 

6. Git bash 설치하기

(윈도우) Git bash 다운로드 링크

https://git-scm.com/

 

Git

 

git-scm.com

64-bit Git for Windows Setup 을 다운받으면 됨.

다 Next 클릭하고 마지막에 체크박스 해제하고 Finish.

댓글