From: Matt S Trout Date: Thu, 8 Jun 2006 14:38:15 +0000 (+0000) Subject: Installation.pod fixups X-Git-Tag: 5.7099_04~531 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ca993681637c20e900a2ffbeac5ccf001ccf4532;p=catagits%2FCatalyst-Runtime.git Installation.pod fixups r9211@cain (orig r4256): jester | 2006-06-01 17:38:56 +0000 --- diff --git a/lib/Catalyst/Manual/Installation.pod b/lib/Catalyst/Manual/Installation.pod index a942b7a..98c77ae 100644 --- a/lib/Catalyst/Manual/Installation.pod +++ b/lib/Catalyst/Manual/Installation.pod @@ -1,24 +1,28 @@ -=head1 NAME +head1 NAME Catalyst::Manual::Installation - Catalyst Installation - - =head1 DESCRIPTION -This section of the Catalyst tutorial looks at a number of items -required to first get going with Catalyst development. +How to install Catalyst. +=head1 INSTALLATION +On one hand, Catalyst gains immediate power and flexibility +through its use of CPAN (the Comprehensive Perl Archive +Network, an enormous global repository containing over 10,000 +free modules). On the other hand, Catalyst's reliance on CPAN +can complicate initial installations, especially in +shared-hosting environments where you, the user, do not have +easy control over what versions other modules are installed. -=head1 INSTALLATION +It is worth stressing that the difficulties found in installing +Catalyst are caused not by anything intrinsic to Catalyst +itself, but rather by the interrelated dependencies of a large +number of required modules. -On one hand, Catalyst gains immediate power and flexibility through is -use of CPAN (the Comprehensive Perl Archive Network, an enormous global -repository containing over 10,000 free modules). On the other hand, -Catalyst's reliance on CPAN can complicate initial installations. -Fortunately, there are a growing number of methods that can dramatically -ease this undertaking: +Fortunately, there are a growing number of methods that can +dramatically ease this undertaking: =over 4 @@ -51,7 +55,6 @@ complement of Catalyst plugins. =back - =head2 OTHER METHODS In addition to the "all-in-one" approaches mentioned above, there are a @@ -80,12 +83,13 @@ C for automated installations. In short, simply mount the portage overlay and type C. -=items * +=item * FreeBSD FreeBSD users can get up and running quickly by typing C. +/usr/ports/www/p5-Catalyst && make install>, or C if C is installed on your system. =item * @@ -95,84 +99,26 @@ Windows users can take advantage of the PPM tool that comes with ActivePerl to jumpstart their Catalyst environment. Directions are available at L. -=back - -B Although all of the above methods can be used to install a base -Catalyst system, only the VMWare image is likely to have all of the -plugins and modules you need to complete this tutorial. When you start -the C