Created
January 16, 2018 06:35
-
-
Save MarounMaroun/f984a9c814588920fcb6f88dbce1b29f to your computer and use it in GitHub Desktop.
MongoDB installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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