Stephen Bannasch wrote: > Is there an easy way I add new items to the Deployment menu for a stage. >
At the moment no, you can of course execute custom tasks by manually specifying the task name but the UI will not give you a default link for this. I have some patches in testing that will show you all available tasks. > I'd like to do multi-stage production deployments: > > <app>-dev.host.com > <app>-staging.host.com > <app>.host.com > > Each will have a separate database instance and deploy dir. Can this > be done with one project and multiple stages? > Yes, this is the ideal scenario for one project with multiple stages. All configuration is done on the project and each stage overrides deploy_dir and has its own set of configured servers. > What are your plans/ideas for monitoring. Are you thinking of using > http://god.rubyforge.org/ ? > Monitoring is definitely on the roadmap, I'm not sure not about the details but for sure some basic monitoring that will show if a host/role/app-instance is running. The next step would be stats and graphs. I haven't looked into it too much for now as most people requested fine-grained permissions as the next thing to have. > Have you setup a webistrano-dev email list? No, for now we only have the trac here: http://labs.peritor.com/webistrano Jonathan -- Jonathan Weiss http://blog.innerewut.de --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
