Archive for the ‘linux’ Category

Install Apache, MySQL, PHP and phpMyAdmin On Ubuntu

Posted on the December 31st, 2010 under linux by

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/