X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FInstallation.pod;h=565b76c9f1440dd53f03e7b9af2f8eeb7f1ae40d;hb=2f61bdd02b9e26825573d60b7fa6407f736e2fb2;hp=fdf9f515629092c3e96ba12fe3c260cc0666c5a8;hpb=488736aa8f612ac5f963a9c9f4794286525a335a;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Manual/Installation.pod b/lib/Catalyst/Manual/Installation.pod index fdf9f51..565b76c 100644 --- a/lib/Catalyst/Manual/Installation.pod +++ b/lib/Catalyst/Manual/Installation.pod @@ -8,21 +8,34 @@ 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. - -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. - -Fortunately, there are a growing number of methods that can -dramatically ease this undertaking: +One of the frequent problems reported by new users of Catalyst is that +it can be extremely time-consuming and difficult to install. + +One of the great strengths of Perl as a programming language is its use +of CPAN, the Comprehensive Perl Archive Network, an enormous global +repository containing over 10,000 free modules. For almost any basic +task--and a very large number of non-basic ones--there is a module on +CPAN that will help you. Catalyst has taken advantage of this, and uses +a very large number of CPAN modules, rather than reinventing the wheel +over and over again. On the one hand, Catalyst gains power and +flexibility through this re-use of existing code. 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 of other modules are installed. + +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. + +Fortunately, there are a growing number of methods that can dramatically +ease this undertaking. Note that for many of these, you will probably +need to install additional Catalyst-related modules (especially plugins) +to do the things you want. As of version 5.70, Catalyst has split into +two packages, L, which includes the core elements +necessary to deploy a Catalyst application, and L, +which includes the Helpers and other things necessary or useful for +developing Catalyst applications. In a purely deployment environment +you can omit L. =over 4 @@ -35,7 +48,11 @@ C can be a quick and painless way to get Catalyst up and running on your system. Just download the script from the link above and type C. This script automates the process of installing Catalyst itself and its dependencies, with bits of overriding -so that the process does not require user interaction. +so that the process does not require user interaction. C +installs Catalyst and its dependencies using the L module, so that +modules are installed the same way you would probably install them +normally--it just makes it easier. This is a recommended solution for +installation. =item * @@ -78,7 +95,7 @@ variety of other installation techniques: CPAN -The traditional way to install Catalyst is directly from CPAN using +The traditional way to install Catalyst is directly from CPAN using the C bundle: $ perl -MCPAN -e 'install Task::Catalyst' @@ -117,19 +134,17 @@ Subversion Repository Catalyst uses Subversion for version control. To checkout the latest: - $ svn co http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst/ + $ svn co http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-Runtime/ =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 use -Catalyst properly, and to complete the tutorial. When you -start the C