Answers for "how to download mongodb mac"

10

install mongodb in mac

// updated 2021
$ brew tap mongodb/brew
$ brew install [email protected]
Posted by: Guest on March-13-2021
4

install mongodb on mac

brew services start [email protected]
#Step 3 to run as a service
Posted by: Guest on March-31-2020
0

install mongodb on mac

// updated 2022 
// watch this video it will help you download and configure mongodb 
// locally so that mongod command will work
// I did not made the video nor I would benefit but after spending more
// than one hour installing it and not make it work this helped me alot
// and finally made it work
// Use this for macos latest versions
// https://www.youtube.com/watch?v=4crXgQZG4W8
Posted by: Guest on January-23-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language