skip to content rich footer

stevenclark.com.au

subscibe to the StevenClark.com.au rss feed

Install WAMP 5 and WordPress on XP

Step 1: Get Wamp 5 Server from http://www.wampserver.com/en/ and then get the latest WordPress (you’ll need the ZIP) from http://wordpress.org/download/.

Step 2: Double click the WAMP 5 file and step through the easy and quick install procedure. NOTE: the box to automatically start when Windows loads each timeƂ is a good one to select.

Step 3: Now you should have a white fan icon in your bottom right menu bar near the time. Click it and open (if no fan icon then go to programs/Wampserver/start WampServer and the icon will appear. Hover over the icon and select PHPMyAdmin from the list and when it opens type wordpress into the create new database field and click create. THIS creates your wordpress database which will hold your content.

Step 4: Go to your Zip file for WordPress. Inside you will find a folder called wordpress, copy or unzip this directly into your WAMP 5 folder named www meaning go to your C drive in Windows Explorer, open Wamp/www and put the wordpress file in there).

Step 5: Now go to your Wamp icon again and this time select localhost off the top of that list. It is your local WAMP server address and you should see your available website files, in this case wordpress.

Step 6: Open the wordpress folder and it will tell you no wp-config.php file was found. Don’t panic this is entirely the process.

Step 7: With your HTML editor (DreamWeaver perhaps) go to the WAMP/www folder and open the wordpress folder. You will see a file named wp-config-sample.php. This needs to be changed.

Step 8: The first three lines need their values altered so database name now points to wordpress (your database you created), the user needs to be root and the password field is left empty.

define('DB_NAME', 'wordpress'); // The name of the database
define('DB_USER', 'root'); // Your MySQL username
define('DB_PASSWORD', ''); // ...and password

Step 9: Do a Save As for this file to wp-config.php (just cut out the sample part). And you’re away.

Step 10: When you refresh localhost there should be a couple of form fields asking for a blog name and email address (you need a real email address but I believe on localhost this really isn’t that important). Both of these can be changed after the install. Press create new blog or install or whatever the screen says and you’re away.

Step 11: NOTE: the next screen will give you a password. By default the user is named admin but you need to remember the password as if you lose it I’m not sure how to retrieve it from the database seeing as it is encrypted.

Step 12: Now open localhost and under Your Projects click into WordPress and you will see your new blog. Access to the administration section can be either via the admin link under meta or simply by typing http://localhost/wordpress/wp-admin

Comments are closed.

Social Networking

Keep an eye out for me on Twitter

About the Author

Steven Clark Steven Clark - the stand up guy on this site

My name is Steven Clark (aka nortypig) and my passions are business, web development, photography and writing. I have an MBA (Specialisation) and a Bachelor of Computing from the University of Tasmania. I am working as a business management consultant.

Photography

My photography is at Steven Clark Studio and my regular photo blog presents an ongoing stream of latest images at Walk a Mile in my Shoes and I'm working on a long-term photography project called the King Island Project.

Recently Reviewed Books

Site Supporters

Hosted by Brett Drinkwater at Tashosting who is always there at the other end of my every inconvenient question and technical crisis. Brett's local community support for us over the last five years is greatly appreciated.

skip to top of page

Currently Reading

Ansel Adams: The Camera

As the first of three parts of Ansel Adams Photography Series, Ansel Adams: The Camera begins by discussing the idea of visualisation in relation to photography. Ansel Adams is a master of his craft; this series has sat on my backburner for some time. Book 2 in this series is The Negative and it's followed up by The Print. In them Ansel outlines his philosophy of photography rather than trying to lay down a set of rules. This first instalment is a technical book that explains the good old fashion film camera.