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 be accessed: http://127.0.0.1. Here is a page from the Apache default.
The next step is installing PHP5:
Tags: apache , bind , lamp , mysql , php , phpmyadmin

















