Installing LAMP on Ubuntu
LAMP stands for Linux Apache MySQL PHP (or Perl, Python). There is also a Windows version is called WAMP.
Installing LAMP on Ubuntu is relatively easy. First to install Apache:
sudo apt-get install apache2
To test the installation can visit: http://127.0.0.1. There is a default page from Apache.
The next step is to install PHP5:
Tags: Apache , Bind , lamp , mysql , php , phpmyadmin

















