Answers for "mac mongodb setup"

10

install mongodb in mac

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

install mongodb mac

Install brew using the -- /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew tap mongodb/brew
brew install [email protected]
Posted by: Guest on August-09-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
-1

install mongodb on mac

brew install [email protected]
#Step 2
Posted by: Guest on March-31-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language