Install Apache, MySQL, PHP and phpMyAdmin On Ubuntu
In this guide I will show you how to install a LAMP system. LAMP stands for Linux, Apache, MySQL, PHP. Open up the Terminal (Applications > Accessories > Terminal). Copy/Paste the following line of code into Terminal and then press enter:
1) Install Apache
sudo apt-get install apache2
Test if Apache works Open up any web browser and then enter the following into the web address: http://localhost/
I am in a constant state of WAR
