gsaurabh2012 / webapp

test
0 stars 2 forks source link

Create Web Application #3

Open gsaurabh2012 opened 2 months ago

gsaurabh2012 commented 2 months ago
  1. Create a shell script with following specification within devops branch

  2. Update the System to get latest patches

  3. Install Following List Of Utilities in Server: zip, unzip

  4. Install HTTP Server i.e NGINX WEB SERVER

  5. Remove Sample Test Pages from Web Server i.e /var/www/html

  6. Login App Repository - https://github.com/ravi2krishna/login-2429.git

  7. Clone Login App to Nginx Server Document Root i.e /var/www/html

  8. Verify Server is Loading Login App

AshishDevlekar commented 1 month 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.