Dear reader,
WordPress is well known for its ease of installation. You can install in 5 minutes.
We Assume that you have knowledge and had details for follwing:
- Access to your web server
- A text editor
- An FTP Client
- Your web browser of choice – Chrome, Internet Explorer, Firefox, Opera, etc..
Minimum requirements to instal and run WordPress.
- PHP 5.2.4 or greater
- MySQL 5.0 or greater
- The mod_rewrite Apache module
Download WordPress latest Release

Unzip the Wordress to your Folder. Fore example
- http://www.rajeshwariinfotech.com/WordPress
- http://www.rajeshwariinfotech.com/Blog
- http://blog.rajeshwariinfotech.com
- http://WordPress.rajeshwariinfotech.com
Create a database and user for WordPressDatabase on your web server as per given.
- Database Name : riWordpress
- Username : wpUser1
- Password : xxxxxxxx
- Host : http://localhost:8080 Or 192.168.1.1
WordPress Configuration
- Rename the wp-config-sample.php file to wp-config.php
- Open wp-config.php in a text editor and replace the MySQL Settings
// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘riWordpress ‘);
/** MySQL database username */
define(‘DB_USER’, ‘wpUser1′);
/** MySQL database password */
define(‘DB_PASSWORD’, ‘xxxxxxxx’);
/** MySQL hostname */
define(‘DB_HOST’, ’192.168.1.1′);
Upload WordPress in your Destination Folder
- http://www.rajeshwariinfotech.com/WordPress
- http://www.rajeshwariinfotech.com/Blog
- http://blog.rajeshwariinfotech.com
- http://WordPress.rajeshwariinfotech.com
Run the WordPress installation script
- www.rajeshwariinfotech.com/WordPress/wp-admin/install.php
- www.rajeshwariinfotech.com/Blog/wp-admin/install.php
- blog.rajeshwariinfotech.com/wp-admin/install.php
- WordPress.rajeshwariinfotech.com/wp-admin/install.php
Finishing WordPress Installation
The following screenshots show how the installation progresses. Notice in Entering the details screen, you enter your site title, your desired user name, your choice of a password (twice) and your e-mail address. Also displayed is a check-box asking if you would like your blog to appear in search engines like Google and Technorati. Leave the box checked if you would like your blog to be visible to everyone, including search engines, and uncheck the box if you want to block search engines, but allow normal visitors. Note all this information can be changed later in your Administration Panels.

All Done.
Welcome to WordPress.
With Regards
Rajeshwari Infotech