Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.23 KB

PREREQUISITES.md

File metadata and controls

44 lines (30 loc) · 1.23 KB

Prerequisites

Compatibility and requirements

Installing prerequisites

MongoDB 7.0

Follow these steps to install MongoDB Community Edition using Homebrew's brew package manager.

1. Tap the MongoDB Homebrew Tap to download the official Homebrew formula for MongoDB and the Database Tools, by running the following command in your macOS Terminal

brew tap mongodb/brew

If you have already done this for a previous installation of MongoDB, you can skip this step.

2. To update Homebrew and all existing formulae

brew update

3. To install and start MongoDB, run the following command in your macOS Terminal application

brew install mongodb-community@7.0
brew services start mongodb-community@7.0

NodeJS & NVM

Following this guide