search for: start_ferret

Displaying 1 result from an estimated 1 matches for "start_ferret".

2007 Apr 20
1
Launching DRb server on reboot
I''m hoping for a little insight. We''re using ferret with DRb server and having a hard time getting it to come back up on reboot of the machine. In our RAILS_ROOT directory, we''ve got a script named start_ferret. Here''s the content: #!/bin/bash FERRET_USE_LOCAL_INDEX=1 script/runner -e production vendor/plugins/acts_as_ferret/script/ferret_start (that''s all one line) If I wait until the server is done rebooting, and run this script myself, I never have any problem. So the next step...