in reply to WebApp Installation Preparation
Hi,
I can only recommend you a linux distribution like Debian where you have the most used perl modules prepackaged and also the Apache webserver with compiled mod_perl support, and ssl, and mysql, etc... also Mason ;-)
So you only need to do a apt-get install list of packages and you can get a list of all the packages you need to satisfy the dependencies..., take a look at apt-get and dselect to get a better way to get the list of packages.
For all the rest of the perl modules that aren't prepackaged in .deb files, you can get it from CPAN and put it into a PAR, or simply ship with the other .deb files the tar.gz files from the modules sources.
Sounds easy, right?
Regards,
:-)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: WebApp Installation Preparation
by perldragon80 (Sexton) on Jun 28, 2005 at 23:32 UTC | |
by fmerges (Chaplain) on Jun 29, 2005 at 08:47 UTC |