Horje
install mongodb mac Code Example
mongodb mac
$ brew tap mongodb/brew
$ brew install mongodb-community@5.0.6

/*TO START*/ 
brew services start mongo-community

/*TO STOP*/
brew services stop mongo-community
install mongodb in mac
// updated 2021
$ brew tap mongodb/brew
$ brew install mongodb-community@4.4
brew services start mongodb
//Starts Mongdb server @ mongodb://127.0.0.1:27017/
brew services start mongodb-community@4.2

//Stops Mongdb server @ mongodb://127.0.0.1:27017/
brew services stop mongodb-community@4.2

//mongo
mongo - starts the mongo client


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 mongodb-community@5.0
brew mongo start
brew services start mongodb-community@4.4
brew install mongodb
brew tap mongodb/brew




Shell

Related
ip config ubuntu Code Example ip config ubuntu Code Example
remove last commit git Code Example remove last commit git Code Example
ubuntu shell touch multiple files Code Example ubuntu shell touch multiple files Code Example
linux ipv4 address Code Example linux ipv4 address Code Example
virtualbox linux manjaro Code Example virtualbox linux manjaro Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9