domingo, 24 de abril de 2011

Como instalar Apache, MySQL y PHP5 en Debian y Ubuntu


Este es un rapido tutorial para instalar Apache, MySQL y PHP5 (LAMP) en Debian o Ubuntu, es muy rápido y solo utilizaremos la instrucción apt-get.

Empecemos :

Abrimos la temrinal y entramos como root haciendo :

# su root

1. Apache

Una vez estemos logueados como root, hacemos lo siguiente :

# apt-get install apache2

2. MySQL
# apt-get install mysql-server mysql-client

3. PHP 5
# apt-get install php5 php5-mysql libapache2-mod-php5

No hay comentarios:

Publicar un comentario