Open gsaurabh2012 opened 2 months ago
The current process for creating a web application is manual and time-consuming, requiring multiple steps to set up the backend and frontend components. This often leads to inconsistencies and errors, hindering development efficiency and productivity. Automating the setup process would streamline development and ensure a consistent environment across different projects.
Create a shell script with following specification within devops branch
Update the System to get latest patches
Install Following List Of Utilities in Server: zip, unzip
Install HTTP Server i.e NGINX WEB SERVER
Remove Sample Test Pages from Web Server i.e /var/www/html
Login App Repository - https://github.com/ravi2krishna/login-2429.git
Clone Login App to Nginx Server Document Root i.e /var/www/html
Verify Server is Loading Login App