I have apps that I want to deploy. What I don't want to do is have a separate 
cap deploy process for each app. I want to unify this into 1 deploy script that 
I can use to deploy any app that I wish. Basically I want to keep all the 
railsy stuff but decouple it from the app so that I can use it with any app in 
my repository.

1 script for many apps.

My initial question was about generating all the cap install code without 
having an application so that I can start modifying it and testing it with apps 
I currently have in my repository.

The goal is to be able to type deploy.rb <some_app> and utilize capistrano's 
code to do what it does best.

On Mar 19, 2014, at 11:51 AM, Lee Hambley <lee.hamb...@gmail.com> wrote:

> 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 <lovell.mcilw...@gmail.com> 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 <lee.hamb...@gmail.com> 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 <lovell.mcilw...@gmail.com> 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 capistrano+unsubscr...@googlegroups.com.
>> 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 capistrano+unsubscr...@googlegroups.com.
>> 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.
>> 
>> 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 capistrano+unsubscr...@googlegroups.com.
> To view this discussion on the web, visit 
> https://groups.google.com/d/msgid/capistrano/B316DBBC-1931-4B42-9949-13CFAC0D3E3C%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 capistrano+unsubscr...@googlegroups.com.
> 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.

-- 
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 capistrano+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/capistrano/E561A11D-FE96-4C15-B1AD-8EB01B312DE6%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to