Installing Wordpress on Redbrick: Difference between revisions

From Redbrick Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
[http://wordpress.org Wordpress] is a nifty open-source PHP Content Management (or "blogging") web tool. You can use it to handle your website blog with ease.  
[http://wordpress.org Wordpress] is a nifty open-source PHP Content Management (or "blogging") web tool. You can use it to handle your website blog with ease.  
__TOC__
__TOC__
The latest version of Wordpress 2.1.x. Instructions for the previous 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 <s>2.1.x</s> 2.9.2. 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 Easy Option==
==The Easy Option==
Line 9: Line 9:
  /home/associat/c/cammy/bin/install-wordpress-2.5
  /home/associat/c/cammy/bin/install-wordpress-2.5


This script will create a subdirectory called "wordpress". You can rename and move this directory however you please. This is for release 2.3 of wordpress. It will also patch the necessary files to make sure everything is working.
This script will create a subdirectory called "wordpress". You can rename and move this directory however you please. This is for release 2.5 of wordpress. It will also patch the necessary files to make sure everything is working.


==The Hard Way==
==The Hard Way==


To be done...
To be done...
=== 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');


[[Category:HowTo]]
[[Category:HowTo]]

Revision as of 12:30, 27 April 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 2.1.x 2.9.2. Instructions for the previous ancient version of Wordpress 2.0.x (specifically 2.0.4) can be found on this page.

The Easy Option

To make life a little easier, you can run this script which will download the latest wordpress, unpack the archive and modify the headers for you. All you need to do then is set it up with your SQL details.

/home/associat/c/cammy/bin/install-wordpress-2.5

This script will create a subdirectory called "wordpress". You can rename and move this directory however you please. This is for release 2.5 of wordpress. It will also patch the necessary files to make sure everything is working.

The Hard Way

To be done...

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');