[Catalyst] keeping multiple Catalyst applications up to date
Yuval Kogman
nothingmuch at woobling.org
Sun Jun 11 23:58:01 CEST 2006
On Sun, Jun 11, 2006 at 22:38:55 +0100, Matt S Trout wrote:
> Nathan Kurz wrote:
> > I'm trying to figure out a good way to run multiple Catalyst
> > applications on the same server and to make it possible to upgrade
> > Catalyst and its dependencies in a way that won't break one
> > application when I upgrade another. Using local installations of
> > modules this seems possible, but I haven't worked out the specifics.
> >
> > Does anyone have a solution that works well for them?
>
> CPAN magic to install crap into e.g. /usr/local/AppName/support/lib/ plus
> PERL5LIB.
Plus separate process space for each app - mod_perl won't work, you
need fastcgi, or use mod_proxy and separate apache instances.
also, 'use lib' in your fastcgi script might be wiser than PERL5LIB
if you want that data in version control and easy to spot.
--
Yuval Kogman <nothingmuch at woobling.org>
http://nothingmuch.woobling.org 0xEBD27418
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: not available
Url : http://lists.rawmode.org/pipermail/catalyst/attachments/20060612/d4137a47/attachment.pgp
More information about the Catalyst
mailing list