Thursday, January 6, 2011

installation WordPress


To install the WordPress script on the server hosting and domain itself, there are two ways:

If you are hosting Fantastico feature in cpanelnya, just click the icon and the script is installed directly on the server with some setting standards.

Secondly, if your server does not provide the features Fantastico, then the script can be downloaded WordPress from WordPress.org and then after extracting files stored on the hard drive-filesnya. (Step 1)


Step 2, then create a database and user in a way:

login to cpanel hosting, click the menu Mysql
Create a new database name in the option "Create New Database", for example, named "wordpressblog", click "create".
If no user data that you want to use as a user on wordpress blog, create a new user name option by clicking the "Add New User" and create a pasword for the user.


In the section "Add privileges to the following database" Global Setting Privileges for the username and the database by checking the option "All", so that users can tersebu t have access to all the changes in the management database.
Click GO
Note To field name servers typically use "localhost"




Step 3, then find the file wp-config-sample.php existing WP script from WordPress.org earlier and rename (rename) to wp-config.php, open the file with a text editor and edit the code like this:

/ / ** MySQL settings ** / / define ('DB_NAME', 'wordpress') / / The name of the database

define ('DB_USER', 'username'); / / Your MySQL username

define ('DB_PASSWORD', 'password') / / ... and password

define ('DB_HOST', 'localhost') / / 99% chance you will not need to change this value
DB_USER and DB_PASSWORD is the name of the username and password created above was
DB_HOST usually filled with localhost, but it can also vary depending on the given server hosting. Click the Save File afterward.

Step 4, upload all the files that have been extracted from WordPress.org earlier to the hosting server using FTP Client, can be placed in the root directory (url access to www.namadomainmu.com) or in the subdirectory (the url www.namadomainmu.com/blogs/ )
Step 5, Run Script Install
on the web broser, write www.namadomainmu.com / blogs / install.php
Then the field will appear like this:

Fill the column with the weblog title and email were used.
then there are some guidelines that must be filled

Completed
To log in to the admin panel, through www.namadomainmu.com / wp-admin
fill with username da password that was created in the database earlier.

No comments:

Post a Comment