Skip to main content

macOS

Node Installation

note

Each of next installation option requires Homebrew for handling dependencies.

  1. Download Node installer or brew install node.
  2. Run the Node installer and follow the installation wizard using recommended setup.
  3. Open a new Command Interpreter and enter node -v to check installation.

MongoDB & Mongosh Installation

  1. Download MongoDB: brew install mongodb
  2. Run the MongoDB installer: brew services start mongodb
  3. Download Mongosh: brew install mongosh
  4. Run the Mongosh installer: brew services start mongosh

Remove the MongoDB database

Open a new Command Interpreter and enter mongo <dbname> --eval "db.dropDatabase()"

RabbitMQ Installation

  1. Download Erlang: brew install erlang
  2. Run the Erlang installer: brew services start erlang
  3. Download Rabbitmq: brew install rabbitmq
  4. Run the Rabbitmq: brew services start rabbitmq

Redis Installation

Open a new Command Interpreter and enter brew install redis

Enter redis-server to check