Lamp install on Ubuntu with few clicks

Easiest way to install Lamp Server. I have found after googling for two hours. I thought to share with you so you can also get benefit from it.

sudo apt-get install tasksel 
sudo tasksel install lamp-server 

After you will be prompted to enter mysql root password . Enter the root password for Mysql and press enter. It will install most rexommended php modules.

If you want to install phpmyadmin run below command:

sudo apt-get install libapache2-mod-auth-mysql php5-mysql phpmyadmin

No comments:

Post a Comment