0% found this document useful (0 votes)
118 views1 page

Installing XAMPP

The document provides instructions for installing XAMPP on Windows and Mac systems. For Windows, it involves downloading and running the XAMPP installer, selecting installation options, locating XAMPP in C://XAMPP, opening the XAMPP control panel, starting Apache and MySQL services, and verifying installation by accessing the XAMPP landing page at http://localhost. For Mac, it involves downloading, installing and placing the XAMPP folder in Applications, starting Apache and MySQL from the XAMPP Controls panel, and verifying installation by accessing the landing page. Projects should be placed in the htdocs directory for both systems.

Uploaded by

Mark Reale
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
118 views1 page

Installing XAMPP

The document provides instructions for installing XAMPP on Windows and Mac systems. For Windows, it involves downloading and running the XAMPP installer, selecting installation options, locating XAMPP in C://XAMPP, opening the XAMPP control panel, starting Apache and MySQL services, and verifying installation by accessing the XAMPP landing page at http://localhost. For Mac, it involves downloading, installing and placing the XAMPP folder in Applications, starting Apache and MySQL from the XAMPP Controls panel, and verifying installation by accessing the landing page. Projects should be placed in the htdocs directory for both systems.

Uploaded by

Mark Reale
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Installing XAMPP

On Windows / PC
1. Download the XAMPP package from http://www.apachefriends.org/en/
xampp.html
2. Run the XAMPP installation. If you are unsure about adjusting any of the
settings, keep all default options.
3. A command prompt window should open asking:
◦ Should I add shortcuts to the startmenu / desktop
▪ Select whichever option you prefer and hit enter.
◦ Should I locate the XAMPP paths correctly?
▪ Select "Y".
◦ Should I make a portable XAMPP without drive letters?
▪ Select "N"
◦ At the end of this, hit the "Enter" key to continue.
◦ A timezone advisory should now appear
▪ Hit "Enter" to continue.
◦ A list of options should then appear
▪ Select 'X' and hit "enter" to close the command prompt
4. XAMPP should now be located in C://XAMPP
5. Double-click xampp-control.exe inside the XAMPP directory to open up the
XAMPP control panel
6. In the control panel that opens up, click start for:
◦ Apache
◦ MySQL
▪ if Windows messages appear requesting access to computer
resources, grant access
7. To verify XAMPP is working, go to http://localhost in your web browser and
make sure you can see the XAMPP landing page
8. To use XAMPP for your projects, all of your web projects (such as WordPress)
should be placed in the C://xampp/htdocs directory

On Mac
1. Download the XAMPP package from http://www.apachefriends.org/en/
xampp.html
2. Install the XAMPP package
3. Place the XAMPP folder in the Applications directory
4. To start XAMPP, double click on XAMPP Control inside the XAMPP directory
5. 2 panels should open up
◦ Getting Started panel will direct you the XAMPP landing page
◦ XAMPP Controls panel will open up
6. In the XAMPP Controls panel, start:
◦ Apache
◦ MySQL
7. To verify XAMPP is working, go to http://localhost in your web browser and
make sure you can see the XAMPP landing page
8. To use XAMPP for your projects, all of your web projects (such as WordPress)
should be placed in the Applications/xampp/htdocs directory

You might also like