일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- openCV
- c++
- 확률
- 김양재
- 빅 데이터
- Big Data
- 우리들교회
- 통계
- data science
- 인공지능
- 주일설교
- 빅 데이타
- 빅데이타
- 데이터 과학
- 몽고디비
- 김양재 목사님
- nodeJS
- Statistics
- MongoDB
- Deep learning
- 김양재 목사
- node.js
- No SQL
- probability
- 딥러닝
- Machine Learning
- Artificial Intelligence
- R
- WebGL
- 빅데이터
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