Hi Mike! Actually our whole build/deployment system is built around capistrano. We're not using standard capistrano recipes, but we use our own. It has a lot of stuff we need (builds on commits, automatic builds of dependencies, apps restarting, selenium testing, user hooks, notification hooks, etc). We're using this system for quite a while very successfully - and capistrano+ruby+a-lot-of-our-stuff seems to fulfill all our needs.
Currently I see 2 possibilities: 1. I can just write some kind of article/documentation (the wiki seems to be the good place for it) about using capistrano for WO applications deployment. I can write it from the traditional "capistrano-way" point of view. I.e. how to write a recipe, what file structure seems to work better and so on. 2. I can do a major clean up in our sources and share our capistrano enhancements with the community. I was thinking about this for a while - just didn't have the time. Actually I can do both 1) and 2) :). The only thing - I'm afraid I'll be able to do it not sooner than this weekend. On Tue, Nov 11, 2008 at 6:39 PM, Mike Schrag <[EMAIL PROTECTED]> wrote: > i have a hazy memory of someone talking about deploying wo apps with > capistrano and was curious who that was and if they had some more details > they could share ... just looking around at some options and capistrano > seems like a decent starting point. > > ms > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/mbushkov%40demax.ru > > This email sent to [EMAIL PROTECTED] > -- With best regards, Michael Bushkov _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
