“Instale o MongoDB no Mac” Respostas de código

MONGODB MAC

$ brew tap mongodb/brew
$ brew install [email protected]

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

/*TO STOP*/
brew services stop mongo-community
Outrageous Ocelot

Instale o MongoDB no Mac

// updated 2021
$ brew tap mongodb/brew
$ brew install [email protected]
Salo Hopeless

Serviços de cerveja inicia o MongoDB

//Starts Mongdb server @ mongodb://127.0.0.1:27017/
brew services start [email protected]

//Stops Mongdb server @ mongodb://127.0.0.1:27017/
brew services stop [email protected]

//mongo
mongo - starts the mongo client


Dull Deer

Instale o MongoDB no Mac

brew services start [email protected]
#Step 3 to run as a service
Roseat Flamingo

Instale o 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]
Hastings Keith

Instale o MongoDB no Mac

brew tap mongodb/brew
brew install mongodb-community@[version number]
Diamond Ryan Craft

Respostas semelhantes a “Instale o MongoDB no Mac”

Perguntas semelhantes a “Instale o MongoDB no Mac”

Mais respostas relacionadas para “Instale o MongoDB no Mac” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código