Capistrano is used to put the app (you haven't built yet) into production, you might be a bit early for looking at deployment.
Lee Hambley -- http://lee.hambley.name/ +49 (0) 170 298 5667 On 19 March 2014 16:50, Vell <[email protected]> wrote: > Hi Lee, > > I don’t have an application yet. So are you telling me that I should > generate a vanilla app and run this then just pull the files from there? > > I guess that makes sense. > > On Mar 19, 2014, at 10:40 AM, Lee Hambley <[email protected]> wrote: > > cap install > http://capistranorb.com/documentation/getting-started/preparing-your-application > > Lee Hambley > -- > http://lee.hambley.name/ > +49 (0) 170 298 5667 > > > On 19 March 2014 15:24, Vell <[email protected]> wrote: > >> Hello all, >> >> I am creating my first capistrano-rails deployment script and would like >> a little advice. The goal of my scrip tis to use 1 script to deploy any app >> that I want. So of course I will pass in the name and have all the >> repository info in the code. Right now to get started, I only have one >> question: >> >> How can I generate the capistrano files so that I can utilize the code >> already generated and not have to rewrite anything that I don't need to? I >> know I can put information about the repository and it already has code for >> deploying and rolling back. I just need to know how I can generate that >> template so that I have a starting point. >> >> Also any suggestions or rules of thumb for this kind of thing are greatly >> appreciated. >> >> Thanks, >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Capistrano" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web, visit >> https://groups.google.com/d/msgid/capistrano/0EDE511E-04B5-49D0-AD19-BD437E60A5EA%40gmail.com >> . >> For more options, visit https://groups.google.com/d/optout. >> > > > -- > You received this message because you are subscribed to the Google Groups > "Capistrano" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web, visit > https://groups.google.com/d/msgid/capistrano/CAN_%2BVLUT%3DdmWu6Gs0yeb-ffFb2cE3seV%3DYb_%2BU3O5dwPJmO_7A%40mail.gmail.com<https://groups.google.com/d/msgid/capistrano/CAN_%2BVLUT%3DdmWu6Gs0yeb-ffFb2cE3seV%3DYb_%2BU3O5dwPJmO_7A%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > > > -- > You received this message because you are subscribed to the Google Groups > "Capistrano" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web, visit > https://groups.google.com/d/msgid/capistrano/B316DBBC-1931-4B42-9949-13CFAC0D3E3C%40gmail.com<https://groups.google.com/d/msgid/capistrano/B316DBBC-1931-4B42-9949-13CFAC0D3E3C%40gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Capistrano" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/capistrano/CAN_%2BVLVKN%2BzQxbczDE7LAXx00tAX%3DcSoZG%3D6HD07tBVL1%2BzYYA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
