Easy Install of WordPress on Vista Home Premium for Local Testing

WordPress software was easily installed on Windows Vista Home Premium in about 5 minutes after the server (Apache) and database (MySql) software were installed via XAMPP. This easy install of WordPress was modified slightly from directions shared by GeeksAreSexy at Blogspot. Thanks, Kiltak!

I used the XAMPP setup and worked with phpMyAdmin (a software package that comes with XAMPP for ease of database use) for about a week before installing the blogging software as I wanted to make sure that everything was working as it should.

Here are my basic steps for installing WP:

  1. Download and install XAMPP.
  2. Download latest version of WordPress.
  3. With XAMPP control panel turn on Apache and MySql services.
  4. Open phpMyAdmin and create a new database called wordpress.
  5. Modify the file named wp-config-sample.php to include your database name, username and password, which are most likely “wordpress”, “root”, and “”, respectively.
  6. Browse to http://localhost/wordpress/wp-admin/install.php, enter your blog name and email address and click on install.
  7. Sign in to your new blog and create a post!

Install WordPress in CPanel with Fantastico

Installing WordPress via CPanel is fairly straightforward. Log in to your CPanel admin area. Click on Fantastico near the bottom of the CPanel screen.

CPanel admin area.

This screenshot is from CPanel version 10.

Fantastico is a collection of scripts that will install various bits of software on your website. You can install discussion boards, guestbooks, galleries, and of course, blogging software like WordPress.

Fantastico admin area.

The Fantastico admin area has many scripts to offer.

Click on WordPress listed under Blogs.

WordPress installation.

WordPress installation requires about 5 MB for starters.

A short description of WordPress appears with a link to the homepage (wordpress.org) and forums, as well as a list of current installations in the given domain, if any exist. Although it’s not too apparent that it’s a link (at least on my screen), click on New Installation. The current WordPress version is indicated in parentheses, so in my case, version 2.3.2 will be installed.

Installation screen for WordPress under Fantastico.

The domain name will be filled in automatically, but if you want to install your blog on a subdomain fill in the directory of your choice. WordPress will create the new folder needed so just enter a folder name.

Enter your chosen admin username and password and write them down in a safe place.

Under Base Configuration enter an admin nickname, email address, website name and website description. The site name and description can be changed later in the stylesheet of the theme you choose for your blog. More on that later!

At the bottom of the installation form you need to enter your email account information in order to blog by email. I suggest refraining from actually use this tempting feature until you have properly hardened your WordPress blog against intruders. Also, a dedicated and secret email address will have to be created for posting to your blog via email. Regardless of whether you want to blog by email or not, you’ll have to enter your email info in order to install the blogging software.

A caution from the creators at wordpress.org:

Note: It is strongly recommended that you use a “secret” address – that is, an email account name that is very difficult to guess and only known to you. Any email sent to this address will automatically be posted to your blog.

Get familiar with WordPress first before trying any of the advanced techniques, like blogging by email. It will be that much easier to figure out what’s going on when you are already familiar with the basics of using WordPress.

When you’re ready to install your blog, click on Install WordPress.

WordPress install page 2.

Make a note of the database and MySQL user that were created for your blog.

Also, the URL for access to the blog and the location of the install are noted. Click on Finish Installation to complete the install of WordPress.

Final installation screen for WordPress.

Final installation screen for installing WordPress via Fantastico.

Make a note of the username and password for the admin area and the full URL for the admin area. Take a moment to enter your email address in the box and click on Send E-mail to receive a copy of the details of your blog installation.

Now, go to your http://domain.com/wp-admin/ admin area, enter your admin username and password, tick the “Remember me” checkbox and click on Login.

WordPress Dashboard - the palce to start your blogging adventure.

WordPress Dashboard – the place to start your blogging adventure.

The WordPress admin area opens up to the Dashboard which gives you a standard menu area at the top of the page, links for fast access to common tasks in the middle, a box showing the latest comment and posting activity on the right, and the latest notice pertaining to security updates under “WordPress Development Blog.”

Keep an eye on the latest developments and security releases.

Keep an eye on the latest developments and security releases.

Explore the Dashboard menu and try writing a post!