Time for action – installing XAMPP
XAMPP is available for Windows, OS X, and Linux. Download the installer from https://www.apachefriends.org/download.html; pick the installer in accordance with the platform you are using right now. Each platform will have a different installer with different extensions; Windows users will get .exe
, OSX users will get .dmg
, while Linux users will get .run
. Perform the following steps to install XAMPP in Windows:
- Launch the XAMPP
.exe
installer. - If the Windows User Account Control prompts Do you want to allow the following program to make changes to this computer? click on Yes.
- When the XAMPP Setup Wizard window appears, click on Next to start the setup.
- XAMPP allows us to select which components to install. In this case, our web server requirement is the bare minimum. We will only need Apache to run the server, so we deselect the other options. (Note: the PHP option is grayed out; it cannot be unchecked):
- After confirming the components that will be installed...