DEV Community

Cover image for Step by step installation of XAMPP on Windows 10
Yunwen Eric
Yunwen Eric

Posted on • Updated on

Step by step installation of XAMPP on Windows 10

Introduction

XAMPP is a free and open-source cross-platform web server solution stack package developed by Apache Friends, consisting mainly of the Apache HTTP Server, MariaDB database, and interpreters for scripts written in the PHP and Perl programming languages.

XAMPP stands for:

X: Cross Platform, as it supports all the moder operating systems like Windows, Mac OSX, Linux etc.

A: Apache Web Server

M: MySQL database management system.

P: PHP installation

P: Perl scripting language

How to go about it

Requirements:

Before stating the installation process, you should have the following;

  1. A Computer with windows 10 Properly installed
  2. A stable Internet connection

Step1: Download Xampp

Firstly, go to the official Xampp website and download the windows version
Click here

screencapture-apachefriends-org-download-html-2020-11-01-11_08_31_LI.jpg

Step 2: Run the installation package

Double click on the installation package or right click and click 'run as administator'

Screenshot (15)_LI.jpg

Step 3: Choose the location for installation. It is recommended to use the default location. Click next

Screenshot (20)_LI.jpg

Step 4: Select your default installation language in the dropdown on the top left

Screenshot (21)_LI.jpg

Step 5: Uncheck or check the box

If you don't want to be redirected to the apache and friends site for more details on Xampp. Click on the next button to continue. This will start up the installation process. Just seat back and wait for the installation process to complete

Screenshot (22)_LI.jpg

Screenshot (25).png

Step 6: Prompt

Occasionally, the installation process will prompt you to allow network access for the apache server. Once you permit this, the installation process will smoothly continue.

Screenshot (26)_LI.jpg

Step 7: Finalizing the installation

Once this is all done the finale installation page appears. If you want to run Xampp instantly, check the box and click on finish.

Screenshot (28)_LI.jpg

Screenshot (30).png

Congratulation

Felicitation, you have successfully installed Xampp on your windows 10

undraw_online_wishes_dlmr (1).png

Top comments (0)