install apache
--------------
yum install httpd
chkconfig httpd on
/etc/init.d/httpd start
install mysql
--------------
yum install mysql mysql-server
install php 5.3
---------------
rpm -Uvh http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
rpm -Uvh http://repo.webtatic.com/yum/centos/5/latest.rpm
ls -1 /etc/yum.repos.d/epel* /etc/yum.repos.d/webtatic.repo
vi /etc/yum.repos.d/webtatic.repo
edit bagian : enabled=0 menjadi enabled=1
yum install php php-cli php-gd php-mysql php-mbstring
Tidak ada komentar:
Posting Komentar