1) Python 다운로드 링크
https://www.python.org/ftp/python/3.8.6/python-3.8.6-amd64.exe
2) C 드라이브에서 Data 폴더 생성 - DB 폴더 생성
3) 몽고 DB 다운로드 링크
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
몽고 DB 다운로드 프로그램 설치 후 Next - Next - Custom - Browse 클릭 - C 드라이브 - Data - DB 진입 후 OK 클릭
다음 화면이 나올 경우 install MongoDB compass 체크 해제 후 Next - Install 진행
설치 완료 후 윈도우 검색 - 시스템 환경 변수 편집 > [고급] 목록 > 환경 변수 >시스템 변수 > Path 선택 > 편집을 클릭> 새로 만들기 > C:\data\db\bin > 확인
mongoDB 설치 및 설정 확인 방법
cmd - mongod 입력 - 아래와 같이 영문/숫자가 나오면 설치 및 설정 완료이며
추가적으로 인터넷 검색창 localhost:27017 을 입력하여서도 확인할 수 있다.
It looks like you are trying to access MongoDB over HTTP on the native driver port.
4) ROBO 3T 다운로드 링크 접속 후 오른쪽 파일 다운로드 후 설치
https://robomongo.org/download
5) Git bash 다운로드 링크 - downloads - windows - 64비트 파일 설치 하면된다.
Git
git-scm.com
'Coding' 카테고리의 다른 글
[Python] 변수, 함수, 조건문 (feat. dictionary, list) (0) | 2021.09.14 |
---|---|
[python] 초기 설정 (0) | 2021.09.14 |
[API] GET, POST (feat. jsonview) (0) | 2021.09.08 |
[jQuery] hide, show (feat. text) (0) | 2021.09.08 |
[jQuery] temp_html / append (feat. `` back-tick) (0) | 2021.09.05 |