2018-Year Update:
A more straightforward approach:
Installation via homebrew: Brew Install MongoDB
If error:
MONGODB:A Full installation of Xcode.app 8.3.2 are required to compile this software. Installing just the Command line Tools are not sufficient. Xcode can be installed from the APP Store.Error:An unsatisfied requirement failed this build.
Note that the Xcode version is too low and needs to be updated if you do not want to update it by using the command:
Homebrew Search MongoDB
View the lower version of MongoDB, and then install the lower version of MongoDB.
Brew install [email protected]
To start the MongoDB service:
Brew services start [email protected]
To close the MongoDB service:
Brew services stop [email protected]
Go to the MongoDB graphical interface:
Mongo
To view homebrew installed service conditions:
Brew Services List
Install MongoDB under Mac