Install WordPress on Ubuntu with LAMP

| No Comments | No TrackBacks

To install Wordpress blog system on Ubuntu 6.10 server with LAMP is super easy.

Let's do the following steps to install it.

1) Download WordPress and unzip it.

2) Create a database on my MySQL server. I use Webmin to create it.

3) Rename the wp-config-sample.php file to wp-config.php.

4) Open wp-config.php and fill the MySQL information into it.

// ** MySQL settings ** //
define('DB_NAME', 'wordpress');
define('DB_USER', 'wordpress');
define('DB_PASSWORD', 'wordpresspassword');
define('DB_HOST', 'localhost');

5) Upload all filles to WWW folder.
Mine is /var/www/

6) Enter http://example.com/wp-admin/install.php to start installation script.

7) The final WordPress blog is here
http://ubuntu.g2soft.net/


I spend about 5 minutes to complete installation.


Related Articles

No TrackBacks

TrackBack URL: http://www.yinfor.com/mtcgi/mt-t-0912.cgi/1566

Leave a comment

About this Entry

This page contains a single entry by David Yin published on April 9, 2007 10:51 AM.

Installation of Spamwords 1.1.3 on PHPBB 2.0.22 was the previous entry in this blog.

Servers in my Ubuntu Server is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

OpenID accepted here Learn more about OpenID
Powered by Movable Type 4.21-en

Online Tools