liquid_rails wrote:
> This may is probably a dumb question to most, but I am completely new
> to Capistrano.  Can I use it to go through my MySQL database and move
> and delete entries based on conditions I give it?  I was planning to
> do this as a cron job with pHp, but maybe Capistrano is easier?
>
> Thanks,
>
> Cheri
>   
Hi Cheri,

    In ruby/rails world it's normally done with rake tasks (more or less 
ruby scripts) then this rake tasks are called from capistrano. If you 
dominates php you will implement this logic in a script and call it from 
capistrano.

Regards

-- 
Rafa


--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to