By A Web Design
Wordpress! is a product completely crafted out of PHP. It's built to dovetail into Apache2 perfectly.
It's install process is simplicity in itself.
The Wordpress Full_Package setup file downloaded from Wordpress.org is a zipped file. Extract the contents of the archive using Winzip or any other archiving tool as shown in Diagram 1.

Diagram 1
During extraction, all the files contained in the archive will be extracted to a folder, named Wordpress_{version_number} as shown in Diagram 2.

Diagram 2
If the archive was downloaded and extracted to D:\ there will now be a folder called D:\Wordpress_{version_number}\ where the files extracted from the archive can be found.
Rename the folder Wordpress_{version_number} to Wordpress as shown in Diagram 3.

Diagram 3
You are now ready to install Wordpress CMS on your local computer.
Wordpress CMS is normally installed on your local computer within a folder that is controlled by Apache Web Server.
NOTE: The installation and configuration of Apache Web Server is given in another tutorial on this website.
The parent folder in which Wordpress is installed on an Internet based host server is normally public_html. Hence your local computer should have a folder like D:\public_html.
NOTE: Normally the folder public_html is at root level. Not within another folder.
You can create D:\public_html using Windows explorer as shown in Diagram 4.

Diagram 4
Once D:\public_html is created create a folder named Wordpress within it.
Now Apache Web server needs to be informed of the existence of D:\public_html\Wordpress.
This is done by adding virtual domain codespec to Apache´s httpd.conf file.
The technique for doing this is described in The Wordpress Virtual Domain tutorial on this website, which is the next tutorial in this series.