|
|
| Just another Perl shrine | |
| PerlMonks |
Comment on |
| ( #3333=superdoc: print w/ replies, xml ) | Need Help?? |
|
Hello monks, I'd like to install Catalyst on my server where I only have FTP access and CGI's with perl, bash and some other unix tools. Since running cpan is problematic (no root access, no interactivity etc.), I wanted to install Catalyst from CatInABox. Only to find that the link in Catalyst::Manual::Installation is broken. Where can I obtain CatInABox, or how would you recommend me to install Catalyst in such a restricted environment? Thanks.
use strict; use warnings; print "Just Another Perl Hacker\n";
In reply to Installing Catalyst with CatInABox through FTP / CGI by Sixtease
|
|