Installing Wordpress on Redbrick: Difference between revisions

From Redbrick Wiki
Jump to navigation Jump to search
(Got rid of outdated stuff)
m (Adds a grand intro.)
Line 2: Line 2:
__TOC__
__TOC__
The latest version of Wordpress is 3.0.1. Instructions for the <s>previous</s> ancient version of Wordpress 2.0.x (specifically 2.0.4) can be found on this [[Installing Wordpress on Redbrick/2.0.x|page]].
The latest version of Wordpress is 3.0.1. Instructions for the <s>previous</s> ancient version of Wordpress 2.0.x (specifically 2.0.4) can be found on this [[Installing Wordpress on Redbrick/2.0.x|page]].
In the past redbrick provided a script to allow members to install wordpress easily. Overtime the standard wordpress installation steps have become sane enough to be considered the prefered method.


==Installation==
==Installation==
The hard way is no longer particularly hard. [http://wordpress.org/download/ Download Wordpress] to somewhere in your public_html directory and unzip. If you don't already have an SQL account, email the [[admins]] to get one. Make sure your permissions are good and then follow this [http://codex.wordpress.org/Installing_WordPress handy guide].
[http://wordpress.org/download/ Download Wordpress] to somewhere in your public_html directory and unzip. If you don't already have an SQL account, email the [[admins]] to get one. Make sure your permissions are good and then follow this [http://codex.wordpress.org/Installing_WordPress handy guide].


=== Fixing the Dashboard - Wordpress 2.8 or higher ===
=== Fixing the Dashboard - Wordpress 2.8 or higher ===

Revision as of 20:27, 28 September 2010

Wordpress is a nifty open-source PHP Content Management (or "blogging") web tool. You can use it to handle your website blog with ease.

The latest version of Wordpress is 3.0.1. Instructions for the previous ancient version of Wordpress 2.0.x (specifically 2.0.4) can be found on this page.

In the past redbrick provided a script to allow members to install wordpress easily. Overtime the standard wordpress installation steps have become sane enough to be considered the prefered method.

Installation

Download Wordpress to somewhere in your public_html directory and unzip. If you don't already have an SQL account, email the admins to get one. Make sure your permissions are good and then follow this handy guide.

Fixing the Dashboard - Wordpress 2.8 or higher

To fix the dashboard in Wordpress 2.8 or newer, add the following lines to your wp-config.php file:

define('WP_PROXY_HOST', 'proxy.dcu.ie');
define('WP_PROXY_PORT', '8080');