setting up a home server

13/11/2011

 > Apache
sudo apt-get install apache2

>Php
sudo apt-get install php5
sudo apt-get install php5-mysql
sudo apt-get install libapache2-mod-php5
sudo apt-get install php5-cgi

>MySQL
sudo apt-get install mysql-server
sudo apt-get install mysql-admin
sudo apt-get install mysql-query-browser



Restart
sudo /etc/init.d/apache2 restart
sudo /etc/init.d/mysql restart