That's my name and i just wanna shared everything that i know to all the people in this world or in the other world. this blog is the presentation of my own story or whatever i know. i apologize if there is something wrong with my blog

Jumat, 28 Mei 2010

Installing XAMPP in CentOS 5


hi all... we meet again.

this time ... we try to install XAMPP in CentOS 5 system.
as we know ... .. XAMPP is a web server, MySQL data base and Perl based for web applications that can running on Linux and Windows
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