X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FInstallation%2FCentOS4.pod;h=2b90186d6be921153828ded643418f1219c5051c;hp=1b12864a9769d84b566b2b5798572326a6582ade;hb=64ccd8a8bfbc16276c044c94702b1440c2897695;hpb=4d583dd846a0ffa9bd224014f89df39db957c35f diff --git a/lib/Catalyst/Manual/Installation/CentOS4.pod b/lib/Catalyst/Manual/Installation/CentOS4.pod index 1b12864..2b90186 100644 --- a/lib/Catalyst/Manual/Installation/CentOS4.pod +++ b/lib/Catalyst/Manual/Installation/CentOS4.pod @@ -1,26 +1,31 @@ =head1 NAME -Catalyst::Manual::Installation::CentOS4 – Catalyst Installation on CentOS 4 +Catalyst::Manual::Installation::CentOS4 - Catalyst Installation on CentOS 4 =head1 DESCRIPTION -This document provides directions on how to install CentOS 4 (a rebuild of RedHat Enterprise 4) and then install Catalyst. +This document provides directions on how to install CentOS 4 (a rebuild +of RedHat Enterprise 4) and then install Catalyst. -If you already have a functioning install of CentOS, RHEL, or a comparable Linux OS, you should be able to skip this first section and go straight to the C section. +If you already have a functioning install of CentOS, RHEL, or a +comparable Linux OS, you should be able to skip this first section and +go straight to the C section. =head1 INSTALL CENTOS -These directions are written for CentOS 4.3 on an i386 machine; however, you can substitute other versions as they become available. +These directions are written for CentOS 4.3 on an i386 machine; however, +you can substitute other versions as they become available. =over 4 =item * -Go to L and click the nearest mirror. +Go to L and click the +nearest mirror. =item * @@ -40,11 +45,13 @@ Hit C at the C prompt. =item * -CD media test: you can either select C or C depending on whether or not you trust your burn. +CD media test: you can either select C or C depending on +whether or not you trust your burn. =item * -The installation GUI should start. Click next at the "Welcome to CentOS-4" screen. +The installation GUI should start. Click next at the "Welcome to +CentOS-4" screen. =item * @@ -60,11 +67,14 @@ Select C for the installation type and click C. =item * -Leave C selected on the C and click C. +Leave C selected on the C and click C. =item * -Uncheck C, but leave the rest of the default settings on the C screen. Then click C. +Uncheck C, but +leave the rest of the default settings on the C +screen. Then click C. =item * @@ -80,7 +90,8 @@ Update the C screen as necessary and click C. =item * -Check C and click C on the C screen. +Check C and click C on the C screen. =item * @@ -96,7 +107,8 @@ Enter a root password and click C. =item * -Scroll to the bottom of the C screen and check C (the last option). Click C. +Scroll to the bottom of the C screen and check +C (the last option). Click C. =item * @@ -104,7 +116,8 @@ Click C at the C screen. =item * -The installation will prepare the hard drive and then install the required rpm packages. +The installation will prepare the hard drive and then install the +required rpm packages. =item * @@ -112,17 +125,21 @@ Once the installation completes, remove the CD and click C. =item * -Type C and add the following line as the third to last line of the file (I the C<-A RH-Firewall-1-INPUT -j REJECT --reject-with icmp-host-prohibited> line): +Type C and add the following line as the +third to last line of the file (I the C<-A RH-Firewall-1-INPUT -j +REJECT --reject-with icmp-host-prohibited> line): -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 3000 -j ACCEPT -This will allow Catalyst to make use of port 3000 (the default for the development server). +This will allow Catalyst to make use of port 3000 (the default for the +development server). -Type C to restart the iptables firewall using the updated configuration. +Type C to restart the iptables firewall using +the updated configuration. =item * -Type C to retrieve the latest patches. +Type C to retrieve the latest patches. =back @@ -133,7 +150,8 @@ Type C to install several packages used by Catalyst. +Type to install several +packages used by Catalyst. =item * @@ -158,11 +176,14 @@ Type the following: =item * -Type C to retrieve a copy of the C script. +Type C to +retrieve a copy of the C script. =item * -Type C to open the installer script, then insert the following lines at the bottom of the file (after the C line): +Type C to open the installer script, then insert the +following lines at the bottom of the file (after the +C line): install('Class::DBI'); install('DBIx::Class'); @@ -187,8 +208,8 @@ Type C. It will take a while to complete. =back -You should now have a functioning Catalyst installation with the modules and plugins required to run the Catalyst tutorial. - +You should now have a functioning Catalyst installation with the modules +and plugins required to run the Catalyst tutorial. =head1 AUTHOR @@ -197,7 +218,8 @@ Kennedy Clark, C Please report any errors, issues or suggestions to the author. -Copyright 2006, Kennedy Clark, under Creative Commons License (L). +Copyright 2006, Kennedy Clark, under Creative Commons License +(L). Version: .01