Hi, Just wondering what ya'll do for managing deployments? I checked out Fredistrano recently but never got it working. Currently I'm doing a manual process that involves:
1. use linux find with -mtime -# to determine what files have changed since a date 2. output the results from find to a text file and tar it up 3. ftp tar to server and extract It gets more complicated with database changes, but we won't go there. Right now I'm looking for a simpler one click deployment option. Note: destination servers are usually shared hosts, so installing rsync/ subversion on the destination isn't always an option. Cheers --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
