With capistrano, I am deploying a Rails application from Mac OS X 10.5 to CentOS 5.2 Note that deploy.rb and the server environment have not changed in over a year.
Does anybody know how I can tell capistrano to use my default rvm version of ruby for on the server I am pushing to. It insists on us开发者_Python百科ing the system version.
I\'m running from a Windows Vista machine using: The latest rails (as of Jan 2. 2010), Capistrano 2.5.10,
I\'m having a weird problem. I do a deploy and then the dir that just got uploaded is then deleted by the cleanup task. I haven\'t deployed to this site in well over a month but I didn\'t change the d
EDIT: rephrasing the question Say you have two tasks. The first one determines a host name dynamically, and wants to invoke the second class only on that host.
I searched all of the relevant Capistrano issues, but couldn\'t find something that even elucidated anything here for me.
Are you using Radiant CMS? If yes, what is you deployment strategy? Since lot\'s of configuration is stored in the database, I need to overwrite db on the server with my development db (with capistr
I have Thinking Sphinx setup and working however I am having a problem getting the Delayed Job rake tasks to start during deployment.
I am using Action Mailer and have my configuration se开发者_开发问答ttings for Action Mailer in my environment.rb file. I would like to post my project in a public repository along with an environment
Capistrano is deploying cold, deploying updates and uploading the symlink fine. It will not however restart.