I guess that I don't understand your question well(my english and fastCGI knowledge is limited).
You should think about capistrano as a tool that help you to execute anything, run tasks/scripts, ... on remote servers. If you can do it from the shell you can do it with capistrano :-) liquid_rails wrote: > Cool! Can I run fastCGI scripts with Capistrano too? - Cheri > > On May 4, 2:08 pm, "Rafael G." <[email protected]> wrote: > >> 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 >> > > > > -- Rafa --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
