Ads

Wednesday, July 15, 2015

How to install Xampp on Centos?

Hello Friends!
In this post, I'm going to describe How to Install XAMPP on Centos?
Follow these steps...
Step 1 :
Download Xampp for Linux

$ wget http://downloads.sourceforge.net/project/xampp/XAMPP%20Linux/1.8.1/xampp-linux-1.8.1.tar.gz -O xampp-linux-1.8.1.tar.gz

Step 2 :
Make Directory named opt.

$ mkdir /opt

Step 3 :
Extract the archive.

$ tar -zxvf xampp-linux-1.8.1.tar.gz -C /opt/

Start Xampp Services

$ /opt/lampp/lampp start

Note : Please Stop Apache,MySQL and FTP Services before starting Xampp!


No comments:

Post a Comment