일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 통계
- 확률
- Big Data
- 김양재 목사
- R
- WebGL
- 김양재
- 김양재 목사님
- Statistics
- openCV
- 주일설교
- Deep learning
- No SQL
- 빅데이타
- 빅 데이터
- node.js
- 우리들교회
- 몽고디비
- Artificial Intelligence
- Machine Learning
- c++
- 딥러닝
- nodeJS
- 데이터 과학
- probability
- 빅 데이타
- data science
- 인공지능
- MongoDB
- 빅데이터
Archives
- Today
- Total
Scientific Computing & Data Science
[MongoDB] Application / Execute MongoDB Server on Windows 본문
Data Science/MongoDB
[MongoDB] Application / Execute MongoDB Server on Windows
cinema4dr12 2014. 1. 20. 14:28Written by cinema4d
1. Add the following in "Environment Path / System Variables" on your system
%MONGODB_HOME%/bin
2. Create "data\db" directory at any place you want, i.e. c:\mongdb\data\db.
3. Execute console using "cmd" command through "Windows key + R".
4. On your console type the following:
mongod -dbpath [FULL PATH OF data/db]
For instance, "mongod -dbpath c:\mongdb\data\db"
'Data Science > MongoDB' 카테고리의 다른 글
[MongoDB] Application / Mongo Lab 사용하기 (1) | 2014.01.21 |
---|---|
[MongoDB] Update Modifiers / Part. 3 - $inc (0) | 2014.01.20 |
[MongoDB] Update Modifiers / Part. 2 - $set / $unset (0) | 2014.01.19 |
[MongoDB] Update Modifiers / Part.1 - $inc (0) | 2014.01.19 |
[MongoDB] Updating Documents by Document Replacement (0) | 2014.01.19 |
Comments