Skip to content

Instantly share code, notes, and snippets.

@MarounMaroun
Created January 16, 2018 06:35
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 MarounMaroun/f984a9c814588920fcb6f88dbce1b29f to your computer and use it in GitHub Desktop.
Save MarounMaroun/f984a9c814588920fcb6f88dbce1b29f to your computer and use it in GitHub Desktop.
MongoDB installation
read -p "What version you want to install? " version
brew install mongo@$version
brew install mongod
sudo mkdir -p /data/db
sudo chmod -R go+w /data/db
echo "Done! Run \"mongod\" to start the database"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment