After Install LAMP Server Locally on Ubuntu 9.10(Karmic), I consider to run wordpress locally on LAMP server with Ubuntu 9.10 Karmic Koala. Setp 1: From http://LocalserverAddress/info.php Apache Version 2.2.12, MySQL version 5.1.37 and PHP Version 5.2.10 have been confirmed. They are meet the requirements to run wordpress. Ref: minimum requirements to run WordPress Step 2: Create a database for WordPress and an user who has all privileges for accessing. Here, using the MySQL Client(if you use Using cPanel or Using phpMyAdmin, follow the instructions accordingly), $ mysql -u root -p Step 3: Download Wordpress from http://wordpress.org/download Move the wordpress directory to the root directory of Apache web site, /var/www/, Ref: Installing WordPress Guide |