How to install LAMP in Ubuntu
Posted: July 11, 2009 at 10:16 pm | Tags: apache, lamp, mysql, php, phpmyadminLAMP 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 you can access: http://127.0.0.1 .There is a default page in Apache.
The next step is installing PHP5:
























