Displaying 1 result from an estimated 1 matches for "set_env_staging".
2008 May 05
2
Deploying to a staging server using Capistrano: how to start up BackgrounDRb?
...ings blew up - well, not exactly, but when the app tried
to hand off the thumbnail generation, I got a "Could not connect to
the BackgrounDRb server" error.
Initially, when I didn''t start the BDRb server manually, I got:
* executing `after_update_code''
* executing `set_env_staging''
ENV[''RAILS_ENV''] = staging
* executing `restart_backgroundrb''
* executing `stop_backgroundrb''
* executing "cd /var/www/apps/my_app/releases/20080501133415 && ./
script/backgroundrb -e staging stop"
servers: ["staging.my_app.com...