[Backgroundrb-devel] Starting It In Production?
Meng Kuan
mengkuan at gmail.com
Tue Aug 12 03:46:11 EDT 2008
On Aug 12, 2008, at 3:40 PM, Ramon Miguel M. Tayag wrote:
> backgroundrb works fine in my local machine in development mode. When
> I first tried it out in my VPS in production tho, I ran into some
> problems. It seems that it keeps looking for the development database
> even if I've explicitly told it to start the production environment.
>
You can try starting the daemon by prefixing with
"RAILS_ENV=production", i.e.
RAILS_ENV=production script/backgroundrb start
More information about the Backgroundrb-devel
mailing list