Category: Top » Computers »


Author: Royce Tivel | Total views: 147 Comments: 0
Word Count: 712 Date: Mon, 26 May 2008 8:00 PM

How To Install Wordpress 2.5 In 5 Easy Steps

WordPress has never been easier to install than the latest version. In this article, I will describe how to install WordPress 2.5.

INSTALL WORDPRESS IN FIVE EASY STEPS

(1) Download WordPress

The first installation step is to Download WordPress from http://wordpress.org/download/. I created a directory on my PC called "wordpress" in which to collect the files and images I will use for my WordPress installation and customization. Once the download competed, I saved the .zip file.

(2) Unzip WordPress

After saving the file, I opened it with the zip/unzip program I use, and selected all of the files. Since I will be testing and modifying Wordpress locally to begin with, I "extracted" the files to the root directory of the Apache server I use for my PC test bed.

If I were going to install WordPress "for real" on a live web site, I would have used an FTP client to upload the .zip file to the desired directory at my hosting service and unziped the file there. Firefox has a terrific and *free* FTP client, FireFTP, that can be used for the upload.

(3) Create the Database

At this point, the WordPress database needs to be created. WordPress requires a database to store the site content and other information. I use MySQL for my database server both on my PC test bed and on my live sites. I use phpMyAdmin as an interface to MySQL.

Creating the database is really simple using phpMyAdmin. I simply start phpMyAdmin, enter the database name, and hit the "Create" button. WordPress will create the tables it needs in the database.

(4) Create wp-config.php

WordPress needs to know how to access the database once it has been created. That's what the wp-config.php file is for. WordPress includes a file called "wp-config-sample.php." This file needs to be modified with the database access information and renamed to "wp-config.php."

Open the config file with any text editor. The critical entries are DB_NAME, DB_USER, DB_PASSWORD, and DB_HOST.

As an enhanced security measure, I obtained a unique SECRET_KEY and pasted this into the file. I then saved the edited file as wp-config.php. The text below shows the code I changed:

// ** MySQL settings ** //

define('DB_NAME', 'wordpress'); // The name of the database

define('DB_USER', 'rtivel'); // Your MySQL username

define('DB_PASSWORD', 'MyPassword'); // ...and password

define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value

// Change SECRET_KEY to a unique phrase. You won't have to remember it later,

// so make it long and complicated. You can visit http://api.wordpress.org/secret-key/1.0/

// to get a secret key generated for you, or just make something up.

define('SECRET_KEY', 'diq`~@|CH6)l@u>x;hA>1ew1maZ/)ToE!y%}}ZYAI!=V^L()eooB!0V+k8LJa!Eh'); // Change this to a unique phrase.

(5) Run the WordPress Installer

After completing the edit of the wp-config.php file, I started the installation script by entering this URL to my Apache server into my browser:

localhost/wordpress/wp-admin/install.php

For a live site, the URL might be something like this:

yourdomain.com/wordpress/wp-admin/install.php

The first installation screen asks for the blog name and contact email address.

The next screen announces a successful installation and provides a username and password for the administrator. Be sure to save this password!

The installation is now complete. I can now log into Wordpress and begin managing the blog, customizing the theme, or adding content.

Or, I can click the link at the top of the log-in screen and go to the blog's home page.

If you don't manually create a wp-config.php file, WordPress will prompt for the information it needs and try to complete the installation.

That's it! WordPress should now be installed.

Yours for a more successful blog,

Royce Tivel

About the Author

For an extended version of this article, complete with numerious images showing, step-by-step, the procedures described in the article, please visit http://www.selectdigitals.com. The extended version also contains information about how to theme WordPress.




Rate, comment or bookmark this article

Seed Newsvine

Rating: Not yet rated

Bookmark this article in your preferred program
AddThis Social Bookmark Button

Comments RSS

No comments posted.

Add Comment

Your Name:


Your Email:


Comment

Enter the code shown

Visual CAPTCHA



Popular Articles in this cathegory

1: How to Purchase the Most Cost Effective Printer For Your Ink and Toner Cartridges
Prints, ink and other computer peripheral hardware are any everyday part of life at home and work today. With the high quality printers that are available, just about everyone has a printer in their h..

2: Iron Furnace, Foundry Furnace and Induction Furnace Information
In Metal Casting, the type of furnace you have at your foundry, or workshop determines a lot of the work you can or can not do Many metal casters enjoy making their own furnaces and have done so quite successfully

3: Different Types Of Computer Monitors To Choose From
When computers first came out you didn't have a choice on what kind of monitor you got. You got that bulky CRT that was huge and cumbersome to move if you wanted to switch around your computer desk. This isn't true anymore.

4: Single-source Documentation - Docbook Versus DITA
When it comes to documentation projects, primarily technical, medical, and scientific, using XML is a no-brainer The heavy thinking comes when deciding which flavor of XML to use: DocBook or DITA (Darwin Information Typing Architecture)

5: Why Is My Computer Slow To Start And What Can I Do About It?
A good indication a computer is having internal problems is if it is slow to start. This article explores the most common causes of slow computer start-ups and how to get the computer back to its speedy self!


Creative Commons License
This article is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 License.
Spanish taslation