I currently have multiple JRuby on Rails applications that are deployed out to multiple different servers. The process currently involves: 1. Precompiling assets 2. Warbling 3. SCP-ing the WARs out to their locations 4. SSH-ing to each server to: 1. Stop Tomcat 2. Move the new WAR into Tomcat 3. Start Tomcat Does anyone know of an open source solution to help handle deployments like this? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/7ZxOsTPYX6QJ. For more options, visit https://groups.google.com/groups/opt_out.
Tom Meinlschmidt
2013-Feb-01 21:09 UTC
Re: Deploying Multiple JRuby on Rails apps simultaneously
what about chef. if capistrano is not enough ... tom On Feb 1, 2013, at 17:15 , RyKnow <ryanknowles-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I currently have multiple JRuby on Rails applications that are deployed out to multiple different servers. > > The process currently involves: > • Precompiling assets > • Warbling > • SCP-ing the WARs out to their locations > • SSH-ing to each server to: > • Stop Tomcat > • Move the new WAR into Tomcat > • Start Tomcat > Does anyone know of an open source solution to help handle deployments like this? > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/7ZxOsTPYX6QJ. > For more options, visit https://groups.google.com/groups/opt_out. > >-- ==============================================================================Tomas Meinlschmidt, MS {MCT, MCP+I, MCSE, AER}, NetApp Filer/NetCache www.meinlschmidt.com www.maxwellrender.cz ============================================================================== -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.