rsync --rsh might be nice to have as well. Also, the debug & error logs should be nulled. Oh, and permissions on the files & tmp directories might be a nice option--rather than opening them up with 777 I prefer to chgrp apache for them. I'm not sure how that would be best configured for deployment. Maybe that's best left for tidying up later.
I don't know that this is the best place for this question but it's ~somewhat~ related. I'm looking for people's thoughts on extending cake's i18n extract so that one can update existing .po files. Use case: Extraction has taken place and a copy made for each locale and sent off to the translator. Later, after they've been returned and installed, a further extract call writes any new msgids to each locale's .po file rather than (or, maybe including) a generic .pot file. The .po files would also be backed up, of course. This would make it much easier to update the files with new strings. Of course, if this is already possible with Cake, please point that out to me :-\ On Fri, May 16, 2008 at 12:09 PM, Chris Hartjes <[EMAIL PROTECTED]> wrote: > > Hi kids. > > I'm starting to get my notes together for creating a 'cake deploy' > task, since I have become rather involved in application deployment as > of late. > > In my mind right now I have two options: > > 'cake deploy config' > - configure what options will be used for the deployment > > I envision you choosing between ssh and ftp, usernames and passwords, > servers, source and destination. That info will be stored in a file > in APP/config. > > 'cake deploy' > - pretty self explanatory > > Anyway, I would appreciate people's thoughts and comments on what they > would like to see as part of 'cake deploy'. Please keep in mind that > I am under no obligation to accept any of your ideas. :) > > -- > Chris Hartjes > Internet Loudmouth > Motto for 2008: "Moving from herding elephants to handling snakes..." > @TheKeyBoard: http://www.littlehart.net/atthekeyboard > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
