Skip to content

Instantly share code, notes, and snippets.

View JennerChen's full-sized avatar
🎯
Focusing

Qing Zhang JennerChen

🎯
Focusing
View GitHub Profile

Image source

https://gyazo.com/eb5c5741b6a9a16c692170a41a49c858.png

Try resize it!

  • ![](https://gyazo.com/eb5c5741b6a9a16c692170a41a49c858.png | width=100)
@JennerChen
JennerChen / mongo-autostart-osx.md
Created October 23, 2018 06:50 — forked from subfuzion/mongo-autostart-osx.md
mongo auto start on OS X

Install with Homebrew

brew install mongodb

Set up launchctl to auto start mongod

$ ln -sfv /usr/local/opt/mongodb/*.plist ~/Library/LaunchAgents

/usr/local/opt/mongodb/ is a symlink to /usr/local/Cellar/mongodb/x.y.z (e.g., 2.4.9)