Wordpress

From CyberWurx Customer Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 23:49, 10 May 2007 (edit)
Cwadmin (Talk | contribs)

← Previous diff
Current revision (12:53, 16 September 2009) (edit) (undo)
Cwadmin (Talk | contribs)

 
(4 intermediate revisions not shown.)
Line 2: Line 2:
Requirements: Requirements:
*Managed server account *Managed server account
-*[[mysql database]]+*[[MySQL Databases]]
*FTP access *FTP access
-[[Image:wordpress.png|frame|right|caption Wordpress Blogger]]+[[Image:wordpress.png|frame|right|Wordpress Blogger]]
== Step 1: Download the Zip File == == Step 1: Download the Zip File ==
Point your browser to [http://www.wordpress.org wordpress.org] and go to the downloads section.<br> Point your browser to [http://www.wordpress.org wordpress.org] and go to the downloads section.<br>
Line 42: Line 42:
== Step 3: Go to your Domain and follow the setup == == Step 3: Go to your Domain and follow the setup ==
Step 3 is just what it says. The next steps are very easy to follow on screen. Step 3 is just what it says. The next steps are very easy to follow on screen.
 +[[Category: Managed Dedicated]]
 +[[Category: Managed Virtual]]

Current revision

Contents

Quick Installation of Wordpress

Requirements:

Wordpress Blogger
Wordpress Blogger

Step 1: Download the Zip File

Point your browser to wordpress.org and go to the downloads section.
From there, you can download the latest zip file

Save it somewhere on your desktop and extract it with your favorite compression agent.

Now you will need to open wp-config-sample.php in notepad (or a common text editor in linux systems).

You will only be concerned with the following lines:

// ** 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 won't need to change this value

You will change each field to match your mysql database settings.

// ** MySQL settings ** //
define('DB_NAME', 'mydatabase_00');    // The name of the database
define('DB_USER', 'sqlusername_00');     // Your MySQL username
define('DB_PASSWORD', 'mypassword'); // ...and password
define('DB_HOST', 'localhost');    // 99% chance you won't need to change this value

Now save the file AS wp-config.php. This is important, as if it is not titled wp-config.php the setup will not kickstart.

Step 2: Log into FTP and upload

Next you will need to open your favorite ftp client and connect to your Cyber Wurx account.

  • If you have trouble or do not know how to connect with ftp, see the guide to connect to your server using ftp.

Choose or create the directory you would like to upload to inside your domain's folder.

Step 3: Go to your Domain and follow the setup

Step 3 is just what it says. The next steps are very easy to follow on screen.

Personal tools