Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- JDK1.3
- Vue 배우기
- 젠킨스
- python
- docker
- IntelliJ
- Vue 알아보기
- Vue
- scrapy
- 도커
- 미국 배당주
- 구글 애드센스 수익
- 미국주식
- python 기초
- apache log4j
- Spring Batch
- Vue 강의
- spring boot 시작
- 티스토리 광고 수익
- Spring
- intelliJ plugin
- 애드센스 수익
- AES256
- docker 명령어
- docker mysql
- Spring Batch 강의
- spring Annotation
- gradle
- MYSQL
- Python 기본편
Archives
목록IT/MongoDB (1)
나만의공간
MongoDB WINDOWS에 설치하기
MongoDB Windows에 설치하기 1. 다운로드 https://www.mongodb.com/download-center?jmp=nav 2. MongoDB 설치 가이드 원문 https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/ 3. 다운로드 완료 후 C:\에 .msi 파일을 복사하여 설치를 진행한다. - 설치시 특별히 문제가 될만한 내용은 없다. 4. 설치 완료 후 DataBase File을 저장할 폴더를 D:\에 만든다. - D:\mkdir D:\mongodb\data 5. MongoDB 실행하기 - C:\Program Files\MongoDB\Server\3.2\bin\mongodb.exe --dbpath D:\mongodb\d..
IT/MongoDB
2016. 5. 30. 13:20