Windows
Node Installation
- Download Node installer.
- Run the Node installer and follow the installation wizard using recommended setup.
- Open a new Command Interpreter and enter
node -vto check installation.
MongoDB & Mongosh Installation
-
Download MongoDB Community Edition installer.
-
Run the MongoDB installer and follow the installation wizard using recommended setup (as a Windows Service).
-
Download Mongosh installer
-
Run the Mongosh installer
-
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
- Download Erlang installer.
- Run the Erlang installer and follow the installation wizard using recommended setup.
- Download Rabbitmq installer.
- 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