Install the MongoDB Binaries brew install mongodb Create the data directory mkdir -p /data/db Set permissions for the data directory sudo chmod 777 /data/db Run MongoDB sudo mongod