On 30/09/2009, at 11:46 AM, Alan Harper wrote: > I just need to throw away nearly all your recipes because I have > vastly different personal preferences (mainly that the app running > user never has sudo access).
One thing I didn't mention in the screencast was that you can throw your own versions of deps in ~/.babushka/deps (in any .rb file), and they'll override the system-level deps. You'd have to override a few things, but the majority of the bundled deps should work for you. I agree that no sudo access would be better, but it would complicate the process enough that I haven't addressed it yet (e.g. there are several points where you'd need to separately run a specific command as root, instead of within a single babushka run). In the meantime, I always use a secure password so I feel comfortable allowing sudo. - Ben --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" 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/rails-oceania?hl=en -~----------~----~----~----~------~----~------~--~---
