130 votes

Installer MongoDB avec Homebrew

Je suis relativement nouveau sur MongoDB et j'essaie d'installer MongoDB sur mon Mac avec Homebrew, mais j'obtiens l'erreur suivante :

 Error: No available formula with the name "mongodb" 
==> Searching for a previously deleted formula (in the last 
month)...
Warning: homebrew/core is shallow clone. To get complete history 
run:
  git -C "$(brew --repo homebrew/core)" fetch --unshallow

Error: No previously deleted formula found.
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.

L'Iran brew update Puis brew install mongodb

14voto

Sajeer Kunnoth Points 121

première installation mongoldb

 brew tap mongodb/brew

Installez ensuite à l'aide de cette commande. mangodb installé avec succès

 brew install mongodb-community@4.0 

Vous obtiendrez la sortie

 ==> CaveatsTo have launchd start mongodb/brew/mongodb-community now and restart at login:
  brew services start mongodb/brew/mongodb-community
Or, if you don't want/need a background service you can just run:
  mongod --config /usr/local/etc/mongod.conf
==> Summary
  /usr/local/Cellar/mongodb-community/4.2.2: 21 files, 274.5MB, built in 2 minutes 46 seconds
brew services start mongodb/brew/mongodb-community
==> Successfully started `mongodb-community` (label: homebrew.mxcl.mongodb-commu

8voto

reza_khalafi Points 2405

Essayez ce code dans votre terminal :

 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 

Et alors:

 brew tap mongodb/brew  

Pour terminer:

 brew install mongodb-community@4.0

Prograide.com

Prograide est une communauté de développeurs qui cherche à élargir la connaissance de la programmation au-delà de l'anglais.
Pour cela nous avons les plus grands doutes résolus en français et vous pouvez aussi poser vos propres questions ou résoudre celles des autres.

Powered by:

X