Friday 27 May 2011

How Install Wordpress In Website.




How to install wordpress in your website.

* Word press is CMS technology. CMS means Content Management system.
* Well coming to the point. Download the wordpress from wordpress. org.
* After that login to your Cpanel. (You will get the Cpanel details from your webhosting services.)
* After logging to your Cpanel, you can find the Msql option. We need to create an Msql database.
* Give the Msql database name and as well as password as your wish. Then click on create database button.
* After creating the Msql databse you will get below 4 values.
$msql_host=? Value ?
$msql_database=? Value ?
$msql_user=? Value ?
$msql+password=? Value ?
Copy these values into notepad.
* After This Extract the wordpress which you downloaded from the wordpress. org. Open the extracted folder.
* In that folder you can find the WP-Config-Sample.php file.
* The other thing you need to do while installing the wordpress is open the Wp-Config_sample.php file with notepad and then find the below statements.
define ('DB_NAME', 'database_name_here');
define ('DB_USER', 'username_here');
define ('DB_PASSWORD', 'Paasword_here');
define ('DB_HOST', 'Localhost');
define ('DB_CHARSET', 'UTF8');
define ('DB_COLLATE', '');

* Then replace the database name, database username, database password and Msql host name with your Msql datqabase values which you copied to notepad just now.
* And now save the file with wp-config.php.
* Here we are using Filezill to upload the wordpress in website. Download the software and install in your system.
* Now open your Cpanel again and VIEW FTP option and copy those details and execute those values in File zilla.
* Then create a directory and upload your wordpress files into that directory. And give the username and password to your wordpress. Then open your site and you can find a sample template of your site.

0 comments:

Post a Comment