Re: [Catalyst] Distributing and updating Cat apps

2010-04-12 Thread Toby Corkindale
On 09/04/10 23:11, Bill Moseley wrote: On Thu, Apr 1, 2010 at 12:51 AM, Toby Corkindale We package things up into Debian-style packages, and then upload those to a local repository of packages. Then servers can just be updated using the standard system tools (apt). Hi Toby, This

Re: [Catalyst] Distributing and updating Cat apps

2010-04-09 Thread Bill Moseley
On Thu, Apr 1, 2010 at 12:51 AM, Toby Corkindale toby.corkind...@strategicdata.com.au wrote: We package things up into Debian-style packages, and then upload those to a local repository of packages. Then servers can just be updated using the standard system tools (apt). Hi Toby, This is

Re: [Catalyst] Distributing and updating Cat apps

2010-04-09 Thread Bogdan Lucaciu
On Fri, Apr 9, 2010 at 4:11 PM, Bill Moseley mose...@hank.org wrote: On Thu, Apr 1, 2010 at 12:51 AM, Toby Corkindale toby.corkind...@strategicdata.com.au wrote: We package things up into Debian-style packages, and then upload those to a local repository of packages. Then servers can just

Re: [Catalyst] Distributing and updating Cat apps

2010-04-09 Thread Peter Karman
Bogdan Lucaciu wrote on 4/9/10 2:10 PM: To properly include the templates I would just use something like: View::TT INCLUDE_PATH = __path_to(root)__ ... or similar. The static content lives in /usr/share/perl5/Dist/Name/root/static, if you use a caching reverse proxy (like

Re: [Catalyst] Distributing and updating Cat apps

2010-04-06 Thread Tomas Doran
On 5 Apr 2010, at 15:19, Bill Moseley wrote: Wasn't there talk a while back about splitting up ConfigLoader to make it available outside of Catalyst and with the ability to merge files? Yes. Nobody actually did anything useful to help make it happen yet however :( Cheers t0m

Re: [Catalyst] Distributing and updating Cat apps

2010-04-05 Thread Oleg Kostyuk
2010/3/30 Bill Moseley mose...@hank.org: .. The applications have separate YAML files for different environments.  There might be dev.yml, testing.yml, qa.yml, and produciton.yml.  Each machine has a file in /etc/$app_name that sets what environment the application

Re: [Catalyst] Distributing and updating Cat apps

2010-04-05 Thread Bill Moseley
On Mon, Apr 5, 2010 at 2:31 AM, Oleg Kostyuk cub.ua...@gmail.com wrote: 2010/3/30 Bill Moseley mose...@hank.org: .. The applications have separate YAML files for different environments. There might be dev.yml, testing.yml, qa.yml, and produciton.yml. Each

Re: [Catalyst] Distributing and updating Cat apps

2010-04-01 Thread Toby Corkindale
On 30/03/10 19:32, Tomáš Znamenáček wrote: Hello! I have a Catalyst application that I would like to upload from the development box to the production server. Is there some kind of best practice to do that? My requirements: 1) The process should take care of the dependencies and run the tests

[Catalyst] Distributing and updating Cat apps

2010-03-30 Thread Tomáš Znamenáček
Hello! I have a Catalyst application that I would like to upload from the development box to the production server. Is there some kind of best practice to do that? My requirements: 1) The process should take care of the dependencies and run the tests before installing. (Let’s say the deps are

Re: [Catalyst] Distributing and updating Cat apps

2010-03-30 Thread Bill Moseley
2010/3/30 Tomáš Znamenáček tomas.znamena...@gmail.com I have a Catalyst application that I would like to upload from the development box to the production server. Is there some kind of best practice to do that? My requirements: I don't think there's any standard approach. I know many

Re: [Catalyst] Distributing and updating Cat apps

2010-03-30 Thread Christoph Friedrich
Could you please post your script? It would interesst me. Greets Christoph Bill Moseley schrieb: 2010/3/30 Tomáš Znamenáček tomas.znamena...@gmail.com mailto:tomas.znamena...@gmail.com I have a Catalyst application that I would like to upload from the development box to the