Posts

Showing posts from February, 2012

How to do the Wordpress 5min setup in 5hours

Wordpress has a very simple setup procedure that works in 5'. Sounds cool. Let's do it. First, let's look at the requirements for Wordpress: A webserver, that is a program where you maintain a website. Apache is the program of choice. PHP is a programming language used in/with websites. MySQL is a database where Wordpress will save the information. Second, let's see, if I install a webserver, do I want that to run always? And a database? No. Will PHP install without a problem? I don't know. So, let's install a Virtual Machine to test it all and to isolate any issues. Installing a Virtual Machine is easy but time consuming. You have to install VMWare Player (or other). Create a new Virtual Machine, put the Ubuntu 11.10 CD in and wait... After installing the Virtual Machine, do the automatic update and wait some more. Third, enter the Virtual Machine and install MySQL, Apache2, PHP, PHP module. Check that Apache doesn't show PHP content. Nice. L