How to install LAMP in Ubuntu

LAMP (Linux, Apache, MySQL and PHP) is an open source Web development platform that uses Linux as operating system, Apache as the Web server, MySQL as the relational database management system and PHP as the object-oriented scripting language.

 

this is how to install lamp in ubuntu .. open your terminal

sudo apt-get install tasksel

Now to install LAMP, type the taskel command in terminal :
sudo  tasksel

choose lamp

Insert mysql root  password

and install PHP MY ADMIN

sudo  apt-get  install  phpmyadmin

login to php my admin use browser : 
http://ip/phpmyadmin   or http://localhost/phpmyadmin


source : http://www.unixmen.com/install-lamp-with-1-command-in-ubuntu-1010-maverick-meerkat/

Leave a comment