[Capistrano] Re: Sending mail post-deploy?

2007-06-07 Thread Alain Hoang
Hi, I use something like the task snippet below to send with Ruby's net/smtp library. Has the advantage of probably working okay in Windows as well. Of course if you have strict SMTP servers this won't work that well. task :send_notice do # Require libraries to send email properly

[Capistrano] Re: reinstalling entire server

2007-05-10 Thread Alain Hoang
Hi, On 5/10/07, lee hartley [EMAIL PROTECTED] wrote: I may be alone with this, but in case anyone has interest (or is doing No you're not alone. I've been experimenting with this as well and have found it a good in-between step between using a full-on configuration management system and just

[Capistrano] Re: use put for directories

2007-04-06 Thread Alain Hoang
On 4/7/07, Ben Munat [EMAIL PROTECTED] wrote: Well I got this to work by just calling system(rsync -r mydir [EMAIL PROTECTED]:{release_path}) but it would still be cool to hear if anyone knows of a way to do this with out of the box cap stuff... or another strategy for making per-client

[Capistrano] Re: SVN with HTTP Authentication

2007-04-06 Thread Alain Hoang
Hi, On 4/7/07, Josh [EMAIL PROTECTED] wrote: Thanks Jamis! And thank you for replying so quickly. Capistrano is a great tool, it's made my life so much easier. On Apr 6, 4:32 pm, Jamis Buck [EMAIL PROTECTED] wrote: Josh, This post should point you in the right direction: