-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Magento 2 Development Essentials
By :
First of all, let's access the XAMPP website on https://www.apachefriends.org/.

XAMPP has three distinct versions for different operating systems (OS): Windows, Linux, and OS X. Choose your preferred version to download, and start the installation process.
XAMPP for Windows has three different kinds of installation files:
The (.exe) installer is the most popular process to install. Download it and execute to start the installation process, shown as follows:


xampp-control.exe and start the Apache web server.http://localhosturl in your favorite web browser. You will see the XAMPP start page:
XAMPP for Linux has two main versions of installation files:
Choose the file according to your architecture and follow these steps:
chmod 755 xampp-linux-*-installer.run
sudo ./xampp-linux-*-installer.run
XAMPP is now installed below the /opt/lampp directory.
sudo /opt/lampp/lampp start
http://localhost URL in your favorite web browser. You will see the XAMPP start page:
To install XAMPP for OS X, you simply need to follow these steps:
http://localhost URL in your favorite web browser. You will see the XAMPP start page:
The XAMPP htdocs folder is the docroot folder of your server. Everything that you save on htdocs can be accessed via any browser. For example, if you save index.php inside the htdocs root, you can access this script by entering http://localhost/index.php. If you save your file in the packt folder, you can access it by http://localhost/packt/index.php. Piece of cake!
Change the font size
Change margin width
Change background colour