So, I decided that I would move my blog from iWeb to WordPress. One of the reasons I decided to do this is it will give me the capability of hosting more blogs and even doing content based blogging. I also was dumping my iWeb folder onto my Ubuntu box and therefore didn’t have the ability to allow comments on my blog. I will still keep my personal Web site based on iWeb (at least for now), and will work on integrating them together if at all possible.
I installed WordPress on my Ubuntu Hardy (8.04 LTS) installation. I initially used the package from the ubuntu repositories (apt-get) but after my initial spin, I decided to go with the most recent tarball from WordPress itself. Installation was a breeze and consisted of:
- unpacking the tarball (tar -xvf filename)
- changing the ownership of the wordpress directory to allow the Apache user write privileges (chown -R user:group wordpress)
- creating a wordpress user and database in phpMyAdmin
- browsing to the wordpress directory



