dragonchild has asked for the wisdom of the Perl Monks concerning the following question:
I just took a good look at PAR for the first time today and it looks like it would be perfect for the job. Assuming identical OSes for staging and prod, I theoretically should be able to build a PAR for my CPAN modules on staging, test it, and push it up to prod on some NFS-mounted partition that all the prod machines can see.
Anyone do this? Tried it and not liked it?
For the record, I'm talking about doing this solely to manage all the CPAN dependencies the app would have, not the actual application code. (At least, for now.) The app code has dependencies on files that cannot reasonably be served from NFS, like images and CSS and JS and the like. Maybe as a second pass.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using PAR for a relocatable environment
by tsee (Curate) on Apr 19, 2007 at 14:00 UTC |