
Tzetterl$ mongod -help for help and startup options The output from the command above should be something like this: The ampersand after the command above will detach MongoDB from the terminal. Now all you need to do is start the mongod server. Make sure that the OS X user that will run the server has write access to /data/db. To install the latest development release for use in testing and development, issue the following command in a system shell: Install the Latest Development Release of MongoDB To build MongoDB from the source files and include SSL support, issue the following from a system shell: To install the MongoDB binaries, issue the following command in a system shell:īuild MongoDB from Source with SSL Support You can install MongoDB with brew with several different options. In a system shell, issue the following command: Homebrew requires some initial setup and configuration, which is beyond the scope of this document.
.png)


Homebrew installs binary packages based on published “formulae.” This section describes how to update brew to the latest packages and install MongoDB. This section describes how to install with Homebrew. You can install MongoDB with Homebrew or manually.
