1, the official download monodb: Http://www.mongodb.org/downloads Now the latest version 3.0
2, the following Windows 64-bit as an example of the official latest version of the not separate, both the level and The five bit is should be able to install
3, the appearance of direct installation, wherein the intermediary has a default installation and custom path installation, according to their own habits choose to install.
4.
Create a new Data folder, default is C:\Program Files\mongodb\data\db can also be customized, this example is defined as F:\MongoDB\data\db\
configuration: Hit the command line to run the command: ( This place has to be noticed. win8 above must be opened as an administrator )
Mongod--dbpath F:\MongoDB\data\db\
5. Start MongoDB
F:\Program files\mongodb\server\3.0\bin\ Mongod.exe--help
6. MongoDB Shell opens a new command-line tool
Mongo.exe
7, the installation of MongoDB Services, each boot start
create a specific directory in the MongoDB log file:
F:\MongoDB\data\log\log.txt
8. MongoDB Log path option issue this command at the command prompt to create a configuration file:
echo logpath=f:\mongodb\data\log\log.txt > F:\MongoDB\mongod.cfg
9. Installing mongodb service
F:\Program Files\mongodb\server\3.0\bin\mongod.exe--config F:\MongoDB\mongod.cfg
--install
start mongodb service Direct cmd ( administrator mode )
net start MongoDB
Stop MongoDB Service
Net Stop MongoDB
11. Download and install Monfovue http://download.csdn.net/detail/angel_asp/8485239
Import MSSQL data
Mongod tablets
Windows8.1 under Install nosql--MongoDB installation use