Skip to content

Instantly share code, notes, and snippets.

View falehenrique's full-sized avatar
🏠
Working from home

Henrique Leite falehenrique

🏠
Working from home
View GitHub Profile
@adamgibbons
adamgibbons / install-mongodb.md
Last active January 17, 2023 15:17
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: