node.js - xshell一退出,nodejs项目就停止
巴扎黑
巴扎黑 2017-04-17 13:32:22
0
7
655

xshell连接阿里云的centos,然后运行通过npm start运行一个node项目,关闭xshell后,node项目也没运行了,这个该怎么弄啊?

巴扎黑
巴扎黑

全部回覆(7)
左手右手慢动作

你去查查nohup這個指令。

大家讲道理

透過&ctrl+c把任務轉到後台執行即可。

迷茫

https://github.com/Unitech/PM2
線上部署,使用pm2能自動守護程式。

PM2 is a production process manager for Node.js applications with a built-in load balancer. It allows you to keep applications alive forever, to reload them without downtime and to facilitate common ations alive forever, to reload them without downtime and to facilitate common system admin tas.

迷茫

screen 是個利器

左手右手慢动作

寫了一個簡單的sh腳本,把npm start指令放入。然後 nohup /root/test.sh & 竟然可以了

大家讲道理

永遠

小葫芦

雷雷

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板