Skip to main content

Windows

Node Installation

  1. Download Node installer.
  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 Community Edition installer.

  2. Run the MongoDB installer and follow the installation wizard using recommended setup (as a Windows Service).

  3. Download Mongosh installer

  4. Run the Mongosh installer

  5. Follow the installation wizard using recommended setup

Run MongoDB

If You installed MongoDB as a Windows Service the MongoDB service starts upon successful installation. Open a new Command Interpreter and enter mongosh.exe to connect to MongoDB.

Remove the MongoDB database

mongosh.exe
> use wl;
> db.dropDatabase();

RabbitMQ Installation

  1. Download Erlang installer.
  2. Run the Erlang installer and follow the installation wizard using recommended setup.
  3. Download Rabbitmq installer.
  4. Run the Rabbitmq installer and follow the installation wizard using recommended setup (as a Windows Service).

Redis Installation

For easily installation use the chocolatey package manager

Open a new Command Interpreter and enter choco install redis-64

Enter redis-server to check