Friday, February 18, 2011

Installing Apache2 with PHP5 and MYSQL support

Open your terminal and enter the following command to start installation

1. Installing Apache2
sudo apt-get install apache2

2. Installing PHP5
sudo apt-get install php5 libapache2-mod-php5

3. Installing MYSQL
sudo apt-get install mysql-server mysql-client
sudo apt-get install php5-mysql
sudo apt-get install phpmyadmin

No comments:

Post a Comment