macOS
Node Installation
note
Each of next installation option requires Homebrew for handling dependencies.
- Download Node installer or
brew install node. - 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:
brew install mongodb - Run the MongoDB installer:
brew services start mongodb - Download Mongosh:
brew install mongosh - 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
- Download Erlang:
brew install erlang - Run the Erlang installer:
brew services start erlang - Download Rabbitmq:
brew install rabbitmq - Run the Rabbitmq:
brew services start rabbitmq
Redis Installation
Open a new Command Interpreter and enter brew install redis
Enter redis-server to check