Using Jruby, Warbler & Rake to deploy Rails apps to JBoss
JRubyist Dan Tylenda-Emmons posted an article covering the tools he uses to fully automate his packaging and deployment to staging and production environments. He gives an example config/warble.rb file used in a real application, and also provides us with a lib/tasks/deploy.rake file that can be easily modified to work with any warbled app.
Post a comment