0

我的机器上有一个 ruby​​ 应用程序,我正在尝试使用批处理脚本进行部署。我已经把所有事情都交给服务器处理了。这就是我正在使用的:

cd to/path/of/app
thin start -p 3001

这行得通。

cd to/path/of/app
thin start --servers 3 

根据http://code.macournoyer.com/thin/usage/,不起作用。我收到一个错误“lib/thin/runner.rb:142:in 'parse!': invalid option: --servers”

知道为什么这不起作用吗?

4

1 回答 1

0

lib/thin/runner.rb它的第 88 行上说# Daemonizing not supported on Windows:(

于 2012-04-10T20:05:07.697 回答