Giter Site home page Giter Site logo

devops_assignment_network's Introduction

Devops_assignment_network

1.1st question steps. 1.1download and install wamp in windows 1.2follow the steps as says to install on installation window 1.3run wamp server as it says do want to make changes to this app, proceed by clicking on yes on next it will start the server and then you can test its installation by opening browser and hitting localhost it will be default directing to wamp page on this stage it will indicate that wamp and apache has been installed perfectly in the machine. 1.4we can download any html template from web,copy those template files in to one folder and copy that template folder and paste it inside inside windows(c)->wamp64->www folder. 1.5next we need to modify httpd-vhosts.conf Documentroot,directory inside C:\wamp64\bin\apache\apache2.4.54.2\conf\extra to point that html page to localhost call instead of localhost/awesomeweb 1.6next to make a call to our own dns like awesomeweb instead of localhost,we need to change the host file by directing to C:\Windows\System32\drivers\etc\hosts and opening that host file as run as administrator in notepad and make changes as #127.0.0.1 awesomeweb.local from default localhost call like # 127.0.0.1 localhost ::1 localhost 1.7next hit on the browser with awesomeweb.local it should open the page which previously was directing to localhost,at this point if you hit localhost the page says page not found as currently it directing to awesomeweb.local.

3.3rd question steps.

3.1.install Nginx Start Nginx using sudo systemctl start nginx 3.2enable Nginx sudo systemctl enable nginx 3.3Check the status of Nginx sudo systemctl status nginx 3.4create basic html file or paste any other html template inside

 sudo nano /var/www/html/index.html

3.5next go to below path and configure ip address and save sudo nano /etc/nginx/sites-available/default 3.6check nginx by below command in terminal sudo systemctl reload nginx

3.7reload nginx by below command sudo systemctl reload nginx

3.8open browser and hit the page configured

devops_assignment_network's People

Contributors

akhilbmsb avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.