Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
What is the best (and ideologicaly correct) way to deploy application dependencies. I want to meet following requirements:
- Fast deployment. No cpan? Maybe i should distribute app with local::lib and put there all deps?
- Some of dependencies should be of specific version - latest versions are not always good.
- I use DBIx::Class, and it would be really cool to have migrations like in Rails. Any advice what should I use?
- What possible problems I may encounter while doing this?
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Application deploymentt
by JavaFan (Canon) on Feb 07, 2012 at 13:20 UTC | |
by Anonymous Monk on Feb 07, 2012 at 13:46 UTC | |
by JavaFan (Canon) on Feb 07, 2012 at 16:55 UTC | |
by chrestomanci (Priest) on Feb 08, 2012 at 12:19 UTC | |
by InfiniteSilence (Curate) on Feb 07, 2012 at 14:08 UTC | |
by Anonymous Monk on Feb 07, 2012 at 14:43 UTC | |
|
Re: Application deploymentt
by chrestomanci (Priest) on Feb 07, 2012 at 16:19 UTC |