Word Press
Requirements:
PHP , MySql , Apache
1.Download the zip from http://wordpress.org/
2.Unzip the downloaded file .
3.copy the file into htdocs
4.Create a database for WordPress on your web server and give all privileges for accessing and modifying it.
5.Rename the wp-config-sample.php file to wp-config.php.
6.Edit wp-config-sample.php to change the file is as follows: DB_NAME , DB_USER , DB_PASSWORD , DB_HOST (99% chance you won't need to change this value)
7.Save the file.
8.Run the WordPress installation script by accessing wp-admin/install.php in browser.
9.WordPress in its own subdirectory called blog, for example, you should visit: http://localhost/blog/wp-admin/install.php
Reference
http://codex.wordpress.org/Installing_WordPress#Famous_5-Minute_Install
No comments:
Post a Comment