Installing Wordpress on Redbrick: Difference between revisions

From Redbrick Wiki
Jump to navigation Jump to search
(Script avaliable to install wordpress-2.1.1)
mNo edit summary
Line 16: Line 16:


To be done...
To be done...
[[Category:HowTo]]

Revision as of 01:38, 20 April 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...