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.
1 | sudo apt-get install tasksel |
1 | 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:
1 | sudo apt-get install libapache2-mod-auth-mysql php5-mysql phpmyadmin |
No comments:
Post a Comment