The existing deployment system probably won't be what you need, since it assumes you're deploying a web-application.
In order to determine how to use Capistrano to automate a task, the simplest process is this: 1. Write down the steps you would take if you were performing the task manually. 2. Break the steps into tasks (maybe 1 step == 1 task, maybe not). 3. Code it up in a recipe. - Jamis On 9/5/07, Duncan Robertson <[EMAIL PROTECTED]> wrote: > > Hi, > > I have a stand alone ruby script that I would like to deploy to a > server and run as a daemon on that machine. I know this must be > possible via capinstano (I have capinstrano experience, just not with > daemons) but could someone point me in the right direction? > > I've looked at the daemons gem which I guess must be helpful in this > task. > > Best, > Duncan > > > > > --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
