Ruby on Rails Friday, February 1, 2013

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@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
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.
 
 

No comments:

Post a Comment