LoginSignup
1
1

More than 5 years have passed since last update.

MongoDBをHomebrewでインストールしたときのメモ

Posted at

環境

  • Mac OS X Yosemite 10.10.5
  • Homebrew 0.9.5

インストール手順

1.Homebrewのアップデート

$ brew update

2.HomebrewでMongoDBインストール

$ brew install mongodb

3.バージョン確認

$ mongo --version
MongoDB shell version: 3.0.7

エラー対処

brewのupdateでgitのエラーが出る場合
http://qiita.com/Keisuke69/items/0635c92a4bc4f912de12
homebrewをsudoで実行するときにエラーが出る場合
http://raiko.in/tech/homebrew-cant-sudo/

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1