Skip to content
This repository was archived by the owner on May 7, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 423 Bytes

File metadata and controls

21 lines (13 loc) · 423 Bytes
  1. MongoDB

MongoDB

Install directions can be found here

TL;DR

Install MongoDB on a Mac with Homebrew

Update Homebrew’s package database.

brew update

To install the MongoDB binaries that have TLS/SSL support, issue the following from a system shell:

brew install mongodb --with-openssl