views:

19

answers:

1

Hi, I am using Resque and Resque scheduler,but when I am starting resque-web it is not running. And prompting an error " bash: resque-web: command not found". So how to start this resque-web on my local server.

Thanks in advance.

A: 

bundle exec resque-web if its installed using bundler, it may also perhaps not be in your PATH .Try checking your path variables and locating resque-web.

David Lyod