Answers for "install mongodb community edition with homebrew"

0

install mongodb with brew

brew tap mongodb/brew
brew install mongodb-community
brew services start mongodb-community #try it out an enjoy.
Posted by: Guest on September-26-2021
0

brew install mongodb

# Installs Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Posted by: Guest on September-01-2021

Code answers related to "install mongodb community edition with homebrew"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language