Installing LAMP (Linux – Apache – MySQL – PHP) on Ubuntu is pretty straight forward.

1st we install Apache.
Go to your Terminal and type in sudo apt-get install apache2

2nd step
sudo apt-get install php5 libapache2-mod-php5

3rd step
sudo apt-get install mysql-server

4th step
Just make sure Apache is running :) In your terminal enter
sudo /etc/init.d/apache2 restart

And if you are stuck, google is always available :)

VN:F [1.8.5_1061]
Rating: 10.0/10 (1 vote cast)
VN:F [1.8.5_1061]
Rating: 0 (from 0 votes)
Installing LAMP on Ubuntu10.0101

Leave a Reply

Powered by WP Hashcash