/
Makino || Deployment Process

Makino || Deployment Process

Step 1: We have two servers in Server 1 (172.24.196.245) we have hosted the Application UI (Node Application UI).

image-20240624-125057.png


Step 2: We have added the Node application as a windows service. MakinoUIApp is the service name.

image-20240624-125252.png

Step 3: We have SSL certificates added in the server 1. When certificate expires, we need to replace the certificates and restart the nginx server.

Step 4: We have the back end is deployed in Server 2 (172.24.196.246)

Step 5: We have added the war files in tomcat

Step 6: The logs for the backend we will be able to see in the following folder and inside tomcat logs

As we can see the log messages

Step 7: We have nginx and RabbitMQ also running in the server.

Step 8: We have PostgreSQL installed and data will be saved in server 1(172.24.196.245)