If you’re developing websites, it’s nice to be able to test your code in the privacy of your own computer rather that out in the public internet. In order to do that, you’ll need to install a web server on your development computer. LAMP (Linux, Apache, MySQL, php) is one of the most common web …
Continue reading Installing LAMP on Ubuntu 10.04 and 10.10 (Lucid Lynx, Maverick Meerkat)web development
If you’ve followed my posts on how to install LAMP on Ubuntu and basic Apache configuration, then you’re probably interested in doing some cross browser testing of the websites you build. Felipe, one of my readers, asked a question on my Apache configuration post about accessing his local websites from a VirtualBox guest OS. Specifically, …
Continue reading Access Your Web Server From a VirtualBox Guest OSI spent a great deal of time this weekend working on updates to my WordPress theme. One of the more noticeable changes is the addition of support for threaded comments. The function has been available in WordPress since version 2.7, but I didn’t get around to modifying my theme until now. Hopefully, this will make …
Continue reading Tux Tweaks – Now With Threaded CommentsIn Part 1 of How To Install WordPress on Ubuntu I showed you some of the steps required to get Ubuntu ready for a fresh installation of WordPress to use for web development. In Part 2 I’ll go through the steps of installing WordPress itself. First, you need to download the latest version of WordPress. …
Continue reading How To Install WordPress on Ubuntu: Part 2Why install LAMP on your desktop computer? Why would I want to install and set up a LAMP (Linux, Apache, MySQL, php) stack on Ubuntu 9.10? It’s useful if you want to set up a private web development environment. Perhaps you want to develop your own WordPress theme. If you are developing websites and experimenting, it’s nice …
Continue reading Install LAMP on Ubuntu 9.10 Karmic Koala