Un pequeño recordatorio y para quienes les sea útil, estas son las instrucciones para instalar Apache, MySql y PHP5 en cualquier máquina con ubuntu.
From a command shell, you will run the following commands:
sudo apt-get install apache2
sudo apt-get install php5
sudo apt-get install libapache2-mod-php5
sudo /etc/init.d/apache2 restart
Note that if apache is already installed you can omit the first line. Your web files will now be found in /var/www/
