The plugin I was thinking of is here : http://raw.trac.symfony-project.org/wiki/sfSyncClusterPlugin
The SSH tool I was thinking of is PSSH : http://www.linux.com/feature/151340 However, if you have a cluster of machines, it's probably better to update them individually, manually. If you deploy a new application to all of them, simultaneously, you'll DOS yourself whilst they all attempt to start building pages to cache at the same time. ----- Original Message ----- From: "Lee Bolding" <[email protected]> To: [email protected] Sent: Tuesday, February 24, 2009 8:45:18 AM GMT +00:00 GMT Britain, Ireland, Portugal Subject: [symfony-users] Re: Symfony Deployment Isn't there already a plugin that does this? There's also a tool called termmux or similar that multiplexes terminal sessions. I'll ask the sysadmins when I get into the office Sent from my iWheel On 24 Feb 2009, at 08:12, Sid Bachtiar <[email protected]> wrote: > > I was talking about more than syncing the files on multiple servers > ... but things like executing some tasks (e.g.: update database, etc) > on each server after syncing the files. > > On Tue, Feb 24, 2009 at 9:06 PM, Gareth McCumskey <[email protected] > > wrote: >> It would actually be incredibly easy to right your own bat (for >> Windows) or >> shell script (for *nix) to do multiple servers just running the >> symfony >> commands in a chain: >> >> ./symfony project:deploy server1 --go >> ./symfony project:deploy server2 --go >> ./symfony project:deploy server3 --go >> >> Easy as that >> >> On 2/24/09, Sid Bachtiar <[email protected]> wrote: >>> >>> svn export, symfony freeze, symfony sync ... basic stuffs >>> >>> I wonder how easy/hard it is to make symfony sync a bit more >>> advanced, >>> like adding ability to sync to multiple servers at once, execute >>> tasks/batches, etc. >>> >>> >>> On Tue, Feb 24, 2009 at 2:21 PM, Patrick Fong >>> <[email protected]> wrote: >>>> Hi Guys, >>>> >>>> >>>> >>>> I’m interested to know what deployment methods everyone is usi >>>> ng to >>>> deploy >>>> there SF projects ? >>>> >>>> >>>> >>>> I’m currently using svn checkouts but I’m not very happy with >>>> that and >>>> am >>>> looking for something a bit more advanced. I’ve had a quick re >>>> ad about >>>> Capistrano (rails deployment) which can also be used for php and am >>>> looking >>>> into using that possibly. Does anyone else have some suggestions or >>>> advice ? >>>> >>>> >>>> >>>> Cheers, >>>> >>>> Pat >>>> >>>> >>>> >>>>> >>>> >>> >>> >>> >>> -- >>> >>> Blue Horn Ltd - System Development >>> http://bluehorn.co.nz >>> >>> >> >> >>> >> > > > > -- > Blue Horn Ltd - System Development > http://bluehorn.co.nz > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
