Installing the MONGODB server
1, according to the type of computer system, to the MONGO website to choose the response of the installation package, for:
Http://www.mongodb.org/downloads
Take My computer as an example, I downloaded the mongodb-win32-x86_64-3.0.4.zip
2, double-click Unzip the installation package, unzip the folder directory as follows:
Mongodb-win32-x86_64-3.0.4.zip
--bin
--gnu-agpl-3.0
--readme
--third-party-notices
3, you need to create a database file storage location, create a Data folder, under this folder to create DB and log two sub-files, such as:
--bin
--data
--db
--logs
--gnu-agpl-3.0
--readme
--third-party-notices
4, configure the environment of MongoDB
Path at the end of the configuration; D:\mongodb\bin;
5. Registering the MONGO service in the Windows system
Execute command mongod--dbpath D:\mongodb\data--logpath D:\mongodb\data\log\mdb.log--install--servicename with command into the bin where MONGO is installed Mongodb
Enter the list of services in Windows, look for the existence of MongoDB for this service, if present, the identity registration succeeds, start.
Open the DOS window and enter MONGO to see if the connection is successful.
Installing the MongoDB Visualizer
Http://dx1.pc0359.cn/soft/m/MongoVUE.rar
Download Good toolkit, unzip, install. Add native MongoDB ports and connections, set the name of the library, and connect.
Windows7 MongoDB installation configuration and client Installation