BytePartisan.com running on my test server
Installing the LAMP Packages on Ubuntu
LAMP (Linux, Apache, MySQL, PHP) is a common web services suite for web developers. Collectively, LAMP provides a web server, relational database management system, and a scripting language for creating dynamic web pages.
I suspected that LAMP would be super easy to install on Ubuntu. I was right. Unfortunately, stupidly,I assumed that it would work out of the box. That obviously wasn't right. There was some configuration that I had to figure out. Since that has been done, it has been smooth sailing. I've found that LAMP (Ubuntu) is a little bit snappier than WAMP (Windows), which means I'll probably spread my development more evenly across the two platforms from now on.
I've decided to provide the following instructions to anyone else who may be looking to setup a test environment on Ubuntu (especially the newbies) so that they can avoid some of the troubles I had. Let's begin...