Click here to Skip to main content
15,917,061 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi
i now installed Xampp and i want to know it is the time to install word press or there is some programs need to be installed first, and you should know that i will work with php. If there is need to install additional program, what is it and how also install wordpress can any one help me..?
thanks ..
Posted
Updated 14-Feb-11 2:16am
v2

Google is your friend. It apears as if you need Apache, MySql and PHP before installing WordPress. I'm sure you have to binstall the correct versions of those packages, but once again, Google is your friend in that regard.
 
Share this answer
 
Adding to what John said, here's the official requirements page:

http://wordpress.org/about/requirements/[^]

PHP version 4.3 or greater
MySQL version 4.1.2 or greater


BTW in my experience, while it runs on ISS too, the Apache version is more stable.
 
Share this answer
 
Comments
Espen Harlinn 14-Feb-11 10:19am    
Good answer, my 5
Hi
Once you install XAMPP ( xampp includes thos requsites php,mysql, phpmyadmin and apache), unzip your word press and move to the httpdocs folder in xampp.

Create a MySql database through phpmyadmin.

The path to httpdocs would be http://localhost if your apache runs on port 80 else it would be http://localhost:[apache port number]. This port number you can find out from xampp-portcheck utility

(Replace the localhost to server name if you are installing remotely)

then run the installer interface. For example http://locahost/[your wordpress directory name]/wp-admin/install.php

This will ask the database name you created and username, password for accessing the database. Usually "root", no password. Better set a password.

Thats it wordpress do the rest.

For more details http://codex.wordpress.org/Installing_WordPress#Famous_5-Minute_Install[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900