Quick Tip: enabling a LAMP server on Ubuntu “desktop” 8.04
Sunday, June 1st, 2008Something useful I noticed today is that you can install MySQL, PHP, and Apache onto the Ubuntu “desktop” easily with the following:
sudo tasksel install lamp-server
Found in the Ubuntu Community Documentation.
A quick way to get a development environment up nice and quick!