You are here> Home /

| Subscribe to RSS

Installing LAMP on Ubuntu

| Postat in Linux de admin July 11th, 2009 | No Comments | Posted in Linux by admin

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:

More ยป


Tags: , , , , ,