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.
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.
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.