Skip to content

Instantly share code, notes, and snippets.

View dazyang's full-sized avatar

dazyang

  • Wellington, New Zealand
View GitHub Profile
@adamgibbons
adamgibbons / install-mongodb.md
Last active March 5, 2025 20:40
Install MongoDB on Mac OS X 10.9

Install MongoDB with Homebrew

brew install mongodb
mkdir -p /data/db

Set permissions for the data directory

Ensure that user account running mongod has correct permissions for the directory: