“Installez MongoDB sur Mac” Réponses codées

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

Installez MongoDB dans Mac

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

Installez MongoDB sur Mac

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

Installez MongoDB sur Mac

//be sure you have GNU's GCC:
brew install gcc
Leon Melamud

Installez MongoDB sur 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
Unsightly Unicorn

Réponses similaires à “Installez MongoDB sur Mac”

Questions similaires à “Installez MongoDB sur Mac”

Plus de réponses similaires à “Installez MongoDB sur Mac” dans Shell/Bash

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code