1. Install Webserver:
sudo apt-get install apache2
2. Install Database Server
sudo apt-get install mysql-server-5.0
Typing the password for Mysql server and keep it in mind.
3. Install PHP5 and Apache PHP5 module
sudo apt-get install apache2
2. Install Database Server
sudo apt-get install mysql-server-5.0
Typing the password for Mysql server and keep it in mind.
3. Install PHP5 and Apache PHP5 module
sudo apt-get install php5 libapache2-mod-php5
Comments