How to install wordpress?

Optimizing and customizing your VPS/Dedicated server

How to install wordpress?

Postby Mark » Fri Dec 25, 2009 3:25 pm

Requirements:

* Your host must support PHP.
* You must have a MySQL account.
* You must know how to create a MySQL account.
* You must know how to use FTP.


~~~~~~~~~~~~~~~~~~~~~~~~~~

Step one:
Code: Select all
Download the latest version, go to > http://wordpress.org/download/.

After downloading, unzip the folder by:
Code: Select all
1. Right click to the folder.
2. Choose ' Extract all '. Then follow the prompts.


========================================

Step two:
Code: Select all
Create a database for WordPress on your web server, as well as a MySQL user who has all privileges for accessing and modifying it. Or ask your host to create you one.


========================================

Step three:
Code: Select all
Rename the wp-config-sample.php file to wp-config.php.
Open wp-config.php with your text editor(eg. notepad etc.) and fill in your database details.


A MUST:
Only edit the parts saying ' HERE! ':

Code:

Code: Select all
// ** MySQL settings ** //
define('DB_NAME', 'HERE!');    // The name of the database
define('DB_USER', 'HERE!');     // Your MySQL username
define('DB_PASSWORD', 'HERE!'); // ...and password


========================================

Step four:
Code: Select all
Open your FTP program & login to your ftp account.
Please make sure that you delete your ' index file ' before uploading the wordpress files.
Upload only the files inside the wordpress folder.
It will take about 20 or more to upload the files. So please be patient.


========================================

Step five:
Code: Select all
After uploading the files, go to http://change-this-with-your-domain-name.org/wp-admin/install.php
Fill out the form and then your done!
Mark
 
Posts: 124
Joined: Fri Dec 11, 2009 2:18 pm

Return to Configuring VPS/Dedicated servers

Who is online

Users browsing this forum: No registered users and 1 guest

cron