Hans Rasmussen

info@hansrasmussen.com, +46 (0)760480046

Installing LAMP (easy way)

I previously wrote about how to install WordPress on Ubuntu with some information on how to setup Apache, mySQL, PHP.
A faster way (if you do not care about selecting and configuring manually)
sudo tasksel install lamp-server

Setting up WordPress on Ubuntu

There are a few good blogs so I decided to install/configure WordPress on Ubuntu 7.1 workstation to see what is was all about.
Since I wasn’t using any packaging tools I tried to make it through a terminal window. That wasn’t that easy as I thought so I thought I’d give some documentation about the steps. Most of [...]