Displaying 3 results from an estimated 3 matches for "capistrano2".
Did you mean:
capistrano
2007 Sep 22
1
Howto customize deployment with capistrano2
My deployment requires a few extra steps after ''update_code'' and then
again after ''symlink''.
Until I migrated to capistrano2, I had my own deploy_with_migration
task which added these steps.
What would be a recommended approach to accomplish the same using
capistrano2?
Thanks,
Helzer
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "R...
2007 Aug 14
1
can not delete pid fils when stopping mongrel_cluster
Hi all,
i im using Capistrano2 to deploy my rails app and Apache/Mongrel as it''s
env. All is well except deploy:rollback task. the following is log messages
when running cap deploy:rollback :
[DEPRECATION] Capistrano.configuration is deprecated. Use Capistrano::
Configuration.instance instead
* executing `deploy:rol...
2007 Sep 12
1
newbie: getting started with database, local computer, host
well this may very well be a super easy one, but I can''t seem to find an
answer. I think it''s really neat that ruby on rails has so many things
built in like multiple databases for production, testing.
if i create a database on my local machine, and create my rails app
locally... will everything get synced with my webhost when i use
capistrano? or do i need to log-in to the