- Jamis
> --~--~---------~--~----~------------~-------~--~----~
> To unsubscribe from this group, send email to capistrano-
> unsub...@googlegroups.com
> For more options, visit this group at http://groups.google.com/
> group/capistrano
> -~----------~----~----~----~------~----~------~--~---
>
So I edited the Capfile to accept the application name (or "all apps")
as an input, and now call appname.deploy.rb. Works okay for now as I
haven't had to touch any other files.
--
Toby Privett
<< rorbar.com >>
I work with cfengine (something like an old puppet's big brother as
it's almost 10 years old now) and capistrano (to deploy some and check
java/tomcat apps) and for me the difference is clear :
- cfengine likes are for maintaining an IT system on the long run. For
tasks that turn in the background, check things, start service, deploy
new system packages, ... without the sysadmin
- capistrano is more high level and more application oriented :
deploying application, restarting an apache, everything from one
single server (bastion one).
To summarize, when it must be in the background, it's cfengine/puppet,
when it's an operator task, capistrano.
That's only my opinion and my way of doing.