Install and Deploy MongoDB and RabbitMQ¶
Instructions for installing required packages are below
MongoDB¶
Instructions on how to install MongoDB are available as below:
RabbitMQ¶
Instructions on how to install RabbitMQ are available as below:
Post Installation¶
After the application packages are installed, make sure both mongodb and rabbitmq are setup to listen on all interfaces (or atleast the ones you are using), you may do so following the instructions as listed below:
For mongodb you’d have to edit
/etc/mongod.conf
, instructions hereFor Rabbitmq, your
/etc/rabbitmq.config
may look similar to below# /etc/rabbitmq.config # see https://www.rabbitmq.com/networking.html # https://www.rabbitmq.com/access-control.html [{rabbit, [{loopback_users, []}]}].