Deploy Frontend war file
The front end of the application is build in AngularJS, Bootstrap UI and HTML.
Steps to deploy the front end:
- Login to the Machine 2 (172.26.64.202)
- Go to the location
/root/support-tools/frontend
and installApache Tomcat
at this location. Reference article to install Apache Tomcat http://tecadmin.net/steps-to-install-tomcat-server-on-centos-rhel/# - Git cone the repo https://github.com/kharearpit/SupportToolFrontend.git and copy the
SupportTool.war
inside the/root/support-tools/frontend/<Apache Tomcat directory>/webapps
directory - Run the war by the following command:
apache-tomcat-8.0.36/bin/catalina.sh run
from the frontend folder
- The front end is deployed.