Learn how to obtain an account with an hosting service provider and configure it as web servers from the command line of a terminal and install the LAMP stack (Linux, Apache, MySql, PHP), and how WordPress can be installed and utilized as an Content Management System. Installing your MySql database and getting it ready for WordPress and installing phpMyAdmin and registering an address for your domain, and getting the SSL Certificate. Combining all of these technologies to create an entire webserver that is ready to host the creation of a website. If you're a novice beginning to learn about web development or a programmers and webmaster, this tutorial is for you. We will walk you through the process step-by- stage with images as well as source code that will help you through the process. We will use the terminal to set to install and configuring the Webserver software. Some information about webservers: Aweb serverisserver software orhardwarededicated to running software, that can satisfyclientrequests on theWorld Wide Web. Web servers can generally contain several websites. A web server processes incomingnetworkrequests overHTTPand several other relatedprotocols. The main function of web servers is to keep, process and provide web pages to clients. Communication between clients and server is accomplished through the Hypertext Transfer Protocol (HTTP). Pages that are delivered are typically HTML documents that may contain images, style sheets, and scripts in addition to texts. Many generic web servers also supportserver-side scriptingusingActive Server Pages(ASP),PHP(Hypertext Preprocessor), or otherscripting languages. That means the actions of the webserver may be scripted separately however the server software is the same. Usually, this function is used to generate HTML documentsdynamically("on-the-fly") as opposed to returningstatic documents. This is typically used to retrieve or modify data from databases. The latter is generally quicker and easier to cache, but it is unable to provide dynamic content. A growing number of tools and technologies has made it easier for developers to create more interactive and dynamic Web websites. Additionally, Web developers now help deliver their apps as Web services that were previously only accessible as programs for desktop computers.