我正在使用Resque和Resque调度程序,但是当我输入命令resque-web时,它没有运行。相反,引发错误的是:
bash: resque:命令未找到
那么,如何在我的本地服务器.上启动这个resque web呢?
发布于 2012-05-11 04:32:00
它可能试图打开默认浏览器,但未能打开。试着使用:
$ resque-web -L
发布于 2011-01-19 22:17:50
$ bundle exec resque-web
[Wed Jan 19 22:10:38 +0000 2011] Starting 'resque-web'...
[Wed Jan 19 22:10:38 +0000 2011] trying port 5678...
Couldn't get a file descriptor referring to the console 有人知道我该试试什么吗?我在Ubuntu10.04.1上,希望能在nginx0.8.53中实现这个功能。
发布于 2010-10-08 12:27:04
捆绑如果其安装使用的是bundler,它也可能不在您的路径.Try中,它检查您的路径变量和定位resque-web。
https://stackoverflow.com/questions/3888610
复制相似问题