martes, 14 de junio de 2011

LAMP en CentOS




1.- Instalando LAMP


-Mysql

yum install mysql mysql-server
chkconfig --levels 235 mysqld on
/etc/init.d/mysqld start
mysql_secure_installation

-Apache

yum install httpd
chkconfig --levels 235 httpd on
/etc/init.d/httpd start

-PHP

yum install php
/etc/init.d/httpd restart

-Librerías

yum install php-mysql php-common php-mbstring php-mcrypt php-devel php-xml php-gd



Fuentes: HowtoForge , thegeekstuff.

No hay comentarios: