• 安装

iOS培训,Swift培训,苹果开发培训,移动开发培训

  huijundeMacBook-Pro:~ huijunzhang$ brew install mongodb
  ...  ==> Downloading https://homebrew.bintray.com/bottles/mongodb-3.2.9.el_capitan.bottle.tar.gz
  ######################################################################## 100.0%
  ==> Pouring mongodb-3.2.9.el_capitan.bottle.tar.gz  ==> Caveats
  To have launchd start mongodb now and restart at login:
    brew services start mongodb
  Or, if you don't want/need a background service you can just run:
    mongod --config /usr/local/etc/mongod.conf  ==> Summary
  ??  /usr/local/Cellar/mongodb/3.2.9: 17 files, 241.2M

iOS培训,Swift培训,苹果开发培训,移动开发培训

 

  • 启动MongoDB

    上面提示的直接启动mongo的方法

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

&nbs