LAMP on Ubuntu Desktop Edition
Sunday, April 20th, 2008I have installed Ubuntu 8.04 Release Candidate Desktop Edition on my desktop to give it a go. The thing is that I want a Desktop installation and all that comes with it (codecs, multimedia players etc) but at the same time I want a LAMP server. Here’s how you do it:
sudo apt-get install apache2 php5 mysql-server libapache2-mod-auth-mysql php5-mysql phpmyadmin
You have to edit php.ini to enable the mysql extension: