Skip to content

Instantly share code, notes, and snippets.

@jorandradefig
Last active April 25, 2018 15:30
Show Gist options
  • Select an option

  • Save jorandradefig/e4a2341f976c01b5e994758ee81cb335 to your computer and use it in GitHub Desktop.

Select an option

Save jorandradefig/e4a2341f976c01b5e994758ee81cb335 to your computer and use it in GitHub Desktop.
Install MongoDB

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment