How To Install XAMPP in Redhat 6 / Centos 6 / Scientific Linux 6 - DC Geek

Breaking

DC Geek

I am still Learning

Follow By Mail

test banner

Post Top Ad

Responsive Ads Here

Post Top Ad

Responsive Ads Here

Friday, June 28, 2013

How To Install XAMPP in Redhat 6 / Centos 6 / Scientific Linux 6


XAMPP is an application that helps to run Local server in your computer.Xampp contains apache,Phpmyadmin,Mysql.It's easy to install in all Operating systems 


In this tutorial I will tell you how to install Xampp in Redhat 6.

The Procedures are same for Centos and Scientific linux  


Step 1: Download xampp from home website or click here                                      
                                          (or)
Directly download the xampp to our system by using wget

            #wget http://www.apachefriends.org/download.php?xampp-linux-1.8.1.tar.gz

Step 2:Extract the tar package to the opt folder

             #tar xvfz xampp-linux-1.8.1.tar.gz -C /opt/



Step 3:Start the lampp

            #/opt/lampp/lampp start


Step 4:Check localhost is working or not by typing localhost in browser 

              http://localhost

Step 5:check phpmyadmin is working 

            http://localhost/phpmyadmin


To Stop  & Restart Lampp 

   # /opt/lampp/lampp restart

   # /opt/lampp/lampp stop
-->

No comments:

Post a Comment

Post Top Ad

Responsive Ads Here