I think Capistrano makes a fine provisioning system. I have built a good number of recipes for debian/ubuntu and included some patches that make it even better at it.
https://github.com/donnoman/cap-recipes/tree/master/lib/cap_recipes/tasks/provision and it includes ree recipes. https://github.com/donnoman/cap-recipes/blob/master/lib/cap_recipes/tasks/ree/install.rb see docs for how to use them with your cap deployment https://github.com/donnoman/cap-recipes Also deprec is a good mature capistrano library that includes ree recipes. The main difference in philosophy between deprec and cap-recipes is that deprec doesn't use a package management system making it more portable, where cap-recipes is built to utilize the apt package system and falls back to building code only when absolutely necessary. On Mon, May 23, 2011 at 11:44 AM, Manuel Vázquez Acosta <[email protected]>wrote: > Has anyone tried to deploy Ruby Enterprise Edition and/or build it with > Capistrano? > > Best regards, > Manuel. > > -- > * You received this message because you are subscribed to the Google Groups > "Capistrano" group. > * To post to this group, send email to [email protected] > * To unsubscribe from this group, send email to > [email protected] For more options, visit this group > at http://groups.google.com/group/capistrano?hl=en -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
