
hi all... we meet again.


this time ... we try to install XAMPP in CentOS 5 system.
as we know ...

To start a web server or MySql server, we must install this XAMPP on our system first. there are many types of web server applications, But in this session we just explain how to installing XAMPP in CentOS 5.
Ok ... just follow this easy steps :
- Login as root super user


- Download XAMPP
[root@joelai home]# wget http://www.apachefriends.org/download.php?xampp-linux-1.6.6.tar.gz
- extract Xampp
[root@joelai home]# tar xvfx xampp-linux-1.6.6.tar.gz
- move lammp directory into /opt/
[root@joelai home]# mv lammp /opt/
- goto lammp directory
[root@joelai home]# cd /opt/lampp
- Start XAMPP
[root@joelai home]# /opt/lammp/lammp start
- Check Xammp
open your browser and goto this address >> http://localhost
- to make it run automatically on startup ( copy to system service directory )
[root@joelai home]# cd /opt/lammp/lampp /etc/init.d/lammp
- Check Configuration
[root@joelai ~]# chkconfig --add lampp
- Enjoy ...!!!

Tidak ada komentar:
Posting Komentar