Copyright © Ari Kuswanto
Design by Dzignine
Selasa, 21 Juni 2011

XAMPP Installation on Redhat

download xampp here !!

Put download file into source file : /home/xampp-linux-1.7.4.tar.gz
extract file :

#cd /home
#gunzip xampp-linux-1.7.4.tar.gz

#move into /opt
#cp /home/xampp-linux-1.7.4.tar /opt/xampp-linux-1.7.4.tar
#cd /opt
#tar -xvf xampp-linux-1.7.4.tar
#/opt/lampp/lampp start

Check through browser:
http://localhost --> XAMPP should running as well on the browser.