Questions tagged «forever»

19
如何在启动时运行Shell脚本
在Amazon S3 Linux实例上,我有两个名为的脚本start_my_app,stop_my_app它们永远启动和停止(依次运行Node.js应用程序)。我使用这些脚本手动启动和停止我的Node.js应用程序。到目前为止,一切都很好。 我的问题:我还想将其设置start_my_app为在系统启动时运行。我知道我需要在其中添加文件,init.d并且知道如何将其符号链接到其中的适当目录rc.d,但是我无法弄清楚放置在其中的文件中实际需要什么init.d。我想这应该只是一行,例如start_my_app,,但这对我没有用。
366 linux  node.js  init.d  forever 


3
永远的节点/ usr / bin / env:节点:没有这样的文件或目录
我已经使用以下方法安装了nodejs: apt-get install nodejs 然后我已经使用以下方法安装了npm: apt-get install npm 然后我已经永久安装了: npm install forever -g 现在我去我的项目 /var/www/myproject 并尝试运行 forever start server.js 然后我得到以下消息: /usr/bin/env: node: No such file or directory 谁能告诉我怎么回事?
108 node.js  forever 


By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.