X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FDeployment%2FSharedHosting.pod;h=fa3b2b6d5c161c8d8adb1ded04a05a42882a9ee6;hp=25c4214bf7311ff55247d6bf20a4b68621d99241;hb=5abded07e91219302e0536d98c9a0d5e5fd58e13;hpb=17fad97e0c95a905dbbf64127eb5b87d0521a6dd diff --git a/lib/Catalyst/Manual/Deployment/SharedHosting.pod b/lib/Catalyst/Manual/Deployment/SharedHosting.pod index 25c4214..fa3b2b6 100644 --- a/lib/Catalyst/Manual/Deployment/SharedHosting.pod +++ b/lib/Catalyst/Manual/Deployment/SharedHosting.pod @@ -4,25 +4,25 @@ Catalyst::Manual::Deployment::SharedHosting - Deploying Catalyst on Shared Hosti =head1 Catalyst on shared hosting -So, you want to put your Catalyst app out there for the whole world to -see, but you don't want to break the bank. There is an answer - if you -can get shared hosting with FastCGI and a shell, you can install your -Catalyst app in a local directory on your shared host. First, run +So, you want to put your Catalyst application out there for the whole +world to see, but you don't want to break the bank. There is an answer - +if you can get shared hosting with FastCGI and a shell, you can install +your Catalyst app in a local directory on your shared host. First, run perl -MCPAN -e shell -and go through the standard CPAN configuration process. Then exit out +and go through the standard CPAN configuration process. Then exit without installing anything. Next, download the latest L -package and follow it's 'bootstrap' instructions to get it installed +package and follow its 'bootstrap' instructions to get it installed and the local configuration added to your C<< ~/.bashrc >>. Now log out, then back in again (or run C<". .bashrc"> if you prefer). -Now you can install the modules you need using CPAN as normal; they -will be installed into your local directory, and perl will pick them -up. Finally, change directory into the root of your virtual host and -symlink your application's script directory in: +Now you can install the modules you need using CPAN as normal; they will +be installed into your local directory, and Perl will pick them up. +Finally, change into the root directory of your virtual host, and +symlink your application's script directory: cd path/to/mydomain.com ln -s ~/lib/MyApp/script script