

While Linux can’t be used for everyday PC usage, Romain Bourdon made WAMP to run these apps on a Windows PC. Generally, Apache, MySQL, & PHP are built to run on Linux operating systems. It’s a kind of software stack that lets you access multiple software at the same time and in the same place. WAMP Server stands for Windows, Apache, MySQL, & PHP. The default will be c:\wamp however you can change this to install the server into any directory or partition you choose.WAMP is a virtual web server application that we can use in Windows 10 to test websites locally. The next step requires you to select the folder where you would like to install your WAMP server. Since it is a GPL license you are free to do just about anything with it so you can go ahead and accept. When you click next you will be asked to accept the license agreement. Once you have downloaded and uncompressed your WAMP executable you will need to go ahead and launch it to start the installation process. In addition to Apache, PHP and MySQL this download includes phpMyAdmin and SQLBuddy to better help you manage your databases through web based GUI rather than having to use a terminal interface. You will have the option to choose wither a 32 or 64-bit environment depending upon your computer’s configuration. Obtain a copy of WAMPīefore you do anything you need to download WAMP from.

Those who prefer Windows can still replicate how their code will work by using WAMP to replicate a live web environment right on their own computer with the only difference being substituting the Linux operating system in the stack for Windows. While much of the web relies on a Linux, Apache, MySQL, PHP stack, or LAMP, to power applications and dynamic websites, not everyone codes in a Linux environment. For web developers it is important, actually vital, to have the ability to test your projects locally before they go live. There are times when we are so anxious to jump into creating something new that we forget to cover the basics.
