Skip to content

Instantly share code, notes, and snippets.

@pthapa
pthapa / README.md
Created January 21, 2019 11:07 — forked from hofmannsven/README.md
Simple Command Line Cheatsheet
@pthapa
pthapa / MongoDB_macOS_Sierra.md
Created June 8, 2018 02:33 — forked from nrollr/MongoDB_macOS_Sierra.md
Install MongoDB on Sierra using Homebrew

Install MongoDB on macOS Sierra

This procedure explains how to install MongoDB using Homebrew on macOS Sierra 10.12.
Official MongoDB install documentation: here

Install Homebrew

  • Installing Homebrew is effortless, open Terminal and enter :
    $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"