Search Google

Monday 1 February 2016

install lamp php apache on ubuntu

The commands we are using in the terminal are as follows:
sudo apt-get install apache2
sudo apt-get install php5
sudo apt-get install mysql-server
sudo apt-get install php5-mysql