我最后一次部署nodejs应用程序时使用forever
将其作为服务运行。
我已经在Ubuntu服务器14.04上安装了node6.0.0pre,当我运行node ./bin/www时,我可以测试我的应用程序,它运行正常。
**我运行forever
forever start app.js
warn: --minUptime not set. Defaulting to: 1000ms
warn: --spinSleepTime not set. Your script will exit if it does not stay up for at least 1000ms
info: Forever processing file: app.js**
然而,应用程序似乎不起作用......想法?