編集:brew services start mongodb
を使用する必要があります 、Gergoの答えのように...
mongodb をインストール/アップグレードすると、brew が何をすべきかを教えてくれます:
<ブロック引用>ログイン時にmongodbを起動するには:
ln -sfv /usr/local/opt/mongodb/*.plist ~/Library/LaunchAgents
<ブロック引用> 次に、今すぐmongodbをロードします:
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mongodb.plist
<ブロック引用> または、launchctl が必要ない場合は、以下を実行できます:
mongod
完璧に機能します。
mongodb community edition の最近のビルドでは、これは簡単です。
brew でインストールすると、正確に何をすべきかがわかります。新しい起動制御ファイルを作成する必要はありません。
$ brew install mongodb
==> Downloading https://homebrew.bintray.com/bottles/mongodb-3.0.6.yosemite.bottle.tar.gz ### 100.0%
==> Pouring mongodb-3.0.6.yosemite.bottle.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/3.0.6: 17 files, 159M