Page 1 of 1

How To Install LAMP

Posted: Sun Jul 24, 2011 1:22 pm
by mikethedj4
Now you could head here and learn by installing everything separately, which is recommended. However an easy, and simple way to install LAMP is by typing the following in your terminal.
Code: Select all
sudo apt-get install lamp-server^
Now open the following in your web browser...
Code: Select all
http://localhost/
Apache should be working perfectly fine, but to test, and see if PHP is working fine type the following in your terminal (change gedit if needed if you're using a different text editor)
Code: Select all
sudo gedit /var/www/test.php
Now to test this out lets open up the following web page.
Code: Select all
http://localhost/test.php
There you go! That's the basics on getting started.

If you're having trouble, this video should help you out.
Also to findout your IP Address you can visit either two websites below.
http://www.whatismyip.com/
http://echoip.com/

Re: How To Install LAMP (Direct Link)

Posted: Sun Jul 24, 2011 1:27 pm
by Danny
I install my lamp(dutch for light) when my old lamp(light) is broken x]

Re: How To Install LAMP

Posted: Sun Nov 20, 2011 9:30 pm
by Kelly
LAMP has many bugs, I suggest installing everything manually. (Not apache2 though, use lighttpd or nginx instead)