Mac OX上安裝MongoDb

來源:互聯網
上載者:User

標籤:

Mac OX上安裝MongoDb

MongoDB的安裝有好多種安裝方法,有普通青年的HomeBrew方式,也有文藝青年的源碼編譯方式。我只想快速的裝起來用一下,所以我選最簡單的HomeBrew。

請參考官方文檔 : http://docs.mongodb.org/manual/tutorial/install-mongodb-on-os-x/

更新Homebrew的package資料庫,在Mac的終端中輸入:

$ brew update

然後耐心等待,這個沒有任何顯示,估計要幾分鐘,取決於網路的速度。然後就列出了一大堆東西,就可以進行後續步驟了。

開始安裝MongoDb

$ brew install mongodb

然後繼續等待MongoDb下載完成。這個比較貼心了,有下載進度百分比。

==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/mongodb-2.6

######################################################################## 100.0%

==> Pouring mongodb-2.6.5.mavericks.bottle.2.tar.gz

==> Caveats

To have launchd start mongodb at login:

ln -sfv /usr/local/opt/mongodb/*.plist ~/Library/LaunchAgents

Then to load mongodb now:

launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mongodb.plist

Or, if you don’t want/need launchctl, you can just run:

mongod —config /usr/local/etc/mongod.conf

==> Summary

?? /usr/local/Cellar/mongodb/2.6.5: 17 files, 331M

dus-MacBook-Pro:CountMeInServer dudaniel$

啟動MongoDb

上面最後提示的直接啟動MongoDb的方法.

mongod —config /usr/local/etc/mongod.conf

串連到MongoDb,可以用命令列工具mongo串連:

$ mongo

MongoDB shell version: 2.6.5

connecting to: test

Welcome to the MongoDB shell.

For interactive help, type “help”.

For more comprehensive documentation, see

http://docs.mongodb.org/

Questions? Try the support group

http://groups.google.com/group/mongodb-user

還可以找個可視化的工具。MongoDb的可視化管理工具有很多,這裡有個列表http://docs.mongodb.org/ecosystem/tools/administration-interfaces/, 經人推薦試用了一下Robomongo,這個是跨平台的,Windows,Mac, Linux下都可以使用,不錯。


其實這在其次,MongoDb的用法大多數還都是編程使用,比如和nodeJs結合使用,正在探索。

 

 

地址: http://www.cnblogs.com/junqilian/p/4109580.html

Mac OX上安裝MongoDb

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.