From: Matt S Trout Date: Thu, 8 Jun 2006 14:37:14 +0000 (+0000) Subject: Cleaned up Tut files; no substantive changes X-Git-Tag: 5.7099_04~539 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=64ccd8a8bfbc16276c044c94702b1440c2897695 Cleaned up Tut files; no substantive changes r8782@cain (orig r4168): jester | 2006-05-20 04:39:30 +0000 --- diff --git a/lib/Catalyst/Manual/Installation.pod b/lib/Catalyst/Manual/Installation.pod index f21dd5b..a942b7a 100644 --- a/lib/Catalyst/Manual/Installation.pod +++ b/lib/Catalyst/Manual/Installation.pod @@ -1,45 +1,61 @@ =head1 NAME -Catalyst::Manual::Installation – Catalyst Installation +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. +This section of the Catalyst tutorial looks at a number of items +required to first get going with Catalyst development. =head1 INSTALLATION -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: +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: =over 4 =item * -Matt Trout’s C +Matt Trout's C -Available at L, C can be a quick and painless way to get Catalyst up and running. Just download the script from the link above and type C. +Available at L, +C can be a quick and painless way to get Catalyst up and +running. Just download the script from the link above and type C. =item * Chris Laco's CatInABox -Download the tarball from L and unpack it on your machine. Depending on your OS platform, either run C or C. +Download the tarball from +L and unpack it +on your machine. Depending on your OS platform, either run C +or C. =item * Pre-Built VMWare Images -Under the VMWare community program, work is ongoing to develop a number of VMWare images where an entire Catalyst development environment has already been installed, complete with database engines and a full complement of Catalyst plugins. +Under the VMWare community program, work is ongoing to develop a number +of VMWare images where an entire Catalyst development environment has +already been installed, complete with database engines and a full +complement of Catalyst plugins. =back =head2 OTHER METHODS -In addition to the "all-in-one" approaches mentioned above, there are a variety of other installation techniques: +In addition to the "all-in-one" approaches mentioned above, there are a +variety of other installation techniques: =over 4 @@ -47,33 +63,48 @@ In addition to the "all-in-one" approaches mentioned above, there are a variety CPAN -The traditional way to install Catalyst is directly from CPAN using C bundle: +The traditional way to install Catalyst is directly from CPAN using +C bundle: - $ perl –MCPAN –e 'install Task::Catalyst' + $ perl -MCPAN -e 'install Task::Catalyst' -Unless you have a particularly complete set of Perl modules already installed, be prepared for a large number of nested dependencies. +Unless you have a particularly complete set of Perl modules already +installed, be prepared for a large number of nested dependencies. =item * Gentoo Linux -For users of Gentoo, see C for automated installations. In short, simply mount the portage overlay and type C. +For users of Gentoo, see +C for automated +installations. In short, simply mount the portage overlay and type +C. =items * FreeBSD -FreeBSD users can get up and running quickly by typing C. +FreeBSD users can get up and running quickly by typing C. =item * Windows ActivePerl -Windows users can take advantage of the PPM tool that comes with ActivePerl to jumpstart their Catalyst environment. Directions are available at L. +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