Thursday, August 27, 2009

Install a LAMP Server on ubuntu.

First run :
sudo apt-get update
This will update  the apt list of software available on your machine. Then run :
sudo apt-get install apache2 php5 mysql-server libapache2-mod-auth-mysql php5-mysql phpmyadmin
This will install Apache2, Php5, MysQL and PhpMyAdmin ! To finish the installation of MysQL type in :
sudo mysql_secure_installation
You are good to go ! Let me know if you have any questions.

Martin Cozzi.

No comments:

Post a Comment