How To Install Wordpress 2.5

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.

19 Responses to “How To Install Wordpress 2.5”

  1. Php Ftp Hosting Says:

    I found your site on faves.com bookmarking site.. I like it ..gave it a fave for you..ill be checking back later

  2. Daniel Says:

    I read similar article also named How To Install Wordpress 2.5 - 5 Easy Steps, and it was completely different. Personally, I agree with you more, because this article makes a little bit more sense for me

  3. Import from China Says:

    Great info - keep up the great work.

  4. Jim Spence Says:

    Sunday In searching for sites related to web hosting and specifically directory hosting php web, your site came up.

  5. Jim Spence Says:

    Sunday In searching for sites with content on Squeeze Pages or Affiliate sites and specifically for easy money, I found your site to be useful and full of content.

  6. Php Mail Server Says:

    I found your site on faves.com bookmarking site.. I like it ..gave it a fave for you..ill be checking back later

  7. digglit Says:

    pc worldHow To Install Wordpress 2.5 - 5 Easy Steps

  8. Php Hosting Says:

    found your site on del.icio.us today and really liked it.. i bookmarked it and will be back to check it out some more later ..

  9. Harry Says:

    Thanks for the informative post.

  10. Ftp Software Says:

    Here we go!!!

  11. Site Point Says:

    I found your blog via Google while searching for site point and your post regarding How To Install Wordpress 2.5 looks very interesting for me. I will make sure i visit your blog everyday. I learn a lot of things today reading article in this blog. Keep up good work.

  12. Wordpress Plugin Center - Wordpress - WordPress Site Blog Archive How To Install Wordpress 2.5 - 5 Says:

    [...] WordPress Site Blog Archive How To Install Wordpress 2.5 - 5 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 [...]

  13. Forex Currency Says:

    Hi Super Blogger , I just read your blog post about pc it seems a very good recopilation from internet articles as wikipedia as other related pc books. Congrats on your blog, I dugged and stumble today Friday due to the great post about pc . Cheers Andy Colleman.

  14. Trackback Submitter Says:

    Post trackbacks and comments to remote blogs automatically with Trackback Submitter! This tool will submit your comments to millions of blogs automatically. Trackback Submitter - the most powerful tool on the planet to submit trackbacks automatically!

  15. adhe Says:

    nice themes…

  16. Jim Spence Says:

    Monday In searching for sites related to AdSense but more specifically to %KEYWORD, I found your site which has great content.

  17. Egor Says:

    Hey! been surfing the net for Affiliate Sites and found your blog reg How To Install Wordpress 2.5. You relly know your stuff! I\’d like to see more posts here. Will definitely bookmark this one and come back.

  18. Jim Spence Says:

    Saturday In searching for sites related to web hosting and specifically hosting site submit web, your site came up.

  19. Forex Currency Says:

    Hi , I just read your blog post about pc store it seems a very good recopilation from internet articles as wikipedia as other related pc store books. Congrats on your blog, I dugged and stumble today Wednesday due to the great post about pc store . Cheers Andy Colleman.

Leave a Reply