码迷,mamicode.com
首页 > 数据库 > 详细

【MongoDB】Installation of MongoDB

时间:2014-09-09 12:52:38      阅读:219      评论:0      收藏:0      [点我收藏+]

标签:mongodb

First what I wanna make clear is that in the official website the detailed process of installation has been described. you could call it throught the link 

http://docs.mongodb.org/manual/tutorial/install-mongodb-on-windows/

in the front of the page, one question should be taken into consideration. as the following describes,

bubuko.com,布布扣

and just now I have installed the hotfix to resolve an issue with memory mapped files on windows.

according to the tip in the mongodb manual, the command "wmic os get osarchitecture" could find which version of windos you are running.  So supprising. 

because I download the zip version of software, in the software package, it contains the following content. 

bubuko.com,布布扣


and then in the d:program( I always install the devlopment software in the d:program). it depends on you. 

bubuko.com,布布扣

Now let‘s start the server. 

bubuko.com,布布扣


from the last sentence, we could know infomation that the server run successfully, and default port is 27017. 

use mongo command we could find the version installed , and then test success.bubuko.com,布布扣

bubuko.com,布布扣



Exception what may happened. 

bubuko.com,布布扣

see http://blog.mongodb.org/post/137788967/32-bit-limitations




【MongoDB】Installation of MongoDB

标签:mongodb

原文地址:http://blog.csdn.net/sxb0841901116/article/details/39142961

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!