Installing Wordpress on Redbrick: Difference between revisions

From Redbrick Wiki
Jump to navigation Jump to search
No edit summary
(Script avaliable to install wordpress-2.1.1)
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__
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 2.1 has not yet been properly installed on Redbrick yet, however I am working on it and will document how-to install it here.
==The Easy Option==


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]].
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.1.2
 
This script will create a subdirectory called "wordpress". You can rename and move this directory however you please. This is for release 2.1.2 of wordpress. It will also patch the necessary files to make sure everything is working.
 
'''Hint:''' The script ''/home/associat/c/cammy/bin/install-wordpress'' will always point to the latest version of the wordpress install script.
 
==The Hard Way==
 
To be done...

Revision as of 09:56, 5 March 2007

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 2.1.x. Instructions for the previous 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.1.2

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

Hint: The script /home/associat/c/cammy/bin/install-wordpress will always point to the latest version of the wordpress install script.

The Hard Way

To be done...