Installing Wordpress on your PC
by YashvinWell, my first tutorial for wordpress :
How to install wordpress on your computer, for Dummies
First of all, lets talk a bit about wordpress…
WordPress is a blog publishing system written in PHP. All data is stored in a MySQL database.
Having your blog on the web is a bit more simpler, for example you can
- Create an account on wordpress.com and have your blog accessible at http://yourblogname.wordpress.com
Registering your new blog is so simple!
- Create an account on blogspot.com and have your blog as http://yourblogname.blogspot.com/
However, in this tutorial, i will explain how to create a blog on your own desktop computer/laptop, for any reason you have, perhaps to test how to use it, get used to it, whatever!
/* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;}
Step.01
Download Wordpress installation
Head towards www.wordpress.org to download the latest version available
/* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;}
Step.02
Download a web server, here, EasyPHP available at http://www.easyphp.org/
This web server is one among the loads available on the net, and by installing any of these web servers on your personal computer, you will be able to simulate a server and have php applications run!
Once downloaded, run the installation.
Step.03
Now that you have your wordpress installation and easyphp installation done, extract the contents of the wordpress installation in the following directory : C:\Program Files\EasyPHP 2.0b1\www
[depending on your installation]
Step.04
Ensure than your web server is running by accessing it from your start menu
Step.05
Now, we are going to access your wordpress folder through your browser at the address : http://localhost/
You will get something like that in your browser:
Click on the [wordpress] folder to start the installation.
(Depending of course, if you have renamed the folder earlier)
Step.06
Now, follow the instructions on the screen…
Step.07
You will be asked for database setting, refer to the screenshot below…
You have to create a new database so that your wordpress blog can store the necessary info to run…
To create a new database, open your browser and hit the address : http://localhost/home/mysql/ or http://localhost/home/mysql/
Enter the name of your database (ensure that you enter the same name as in the installation page)
Note that your database username may be root and password left as blank….
This depends on your settings of course…
Step.08
Next, enter the details about your blog;
Step.09
Note down the username and password automatically generated for you and use the same to login the Admininstration Control Panel, as shown below…
Thats it!
Your blog is Ready!!!
Step.10
Now, lets access your blog!!!
You can view your blog by typing the address : http://localhost/wordpress/
and your the admin panel, its http://localhost/wordpress/wp-admin/
You can now start blogging!!!
Read more here














