Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

pastaegg

macrumors newbie
Original poster
Jun 22, 2024
1
0
  1. Fix the Brew first but running this command:
    Code:
    sudo chown -R $(whoami) $(brew --prefix)/*
  2. Tap the new Mongo repo:
    Code:
    brew tap mongodb/brew
  3. Install MongoDB:
    Code:
    brew install mongodb-community
  4. Check the brew services:
    Code:
    brew services list
  5. Start the service if it’s not started or anyway:
    Code:
    brew services start mongodb-community
  6. Done!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.