Skip to content

Instantly share code, notes, and snippets.

@whizzzkid
Last active August 7, 2019 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whizzzkid/45202eb7718cc8de8e3a9607e9459faa to your computer and use it in GitHub Desktop.
Save whizzzkid/45202eb7718cc8de8e3a9607e9459faa to your computer and use it in GitHub Desktop.
brew install mongodb@3.2;
brew link mongodb@3.2 --force;
sudo mkdir -p /data/db;
sudo chown -R `id -un` /data/db;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment