我不了解如何在守护程序线程中在CentOS上部署this。
我只能用npm start
启动它。但我希望在没有我的干预的情况下自动启动它#34;!
谢谢!
我尝试this,但它不起作用。 pm2显示服务器工作正常,但我无法在浏览器中看到它。
│ status │ online │
│ name │ app │
│ restarts │ 0 │
│ uptime │ 12h │
│ script path │ /usr/bin/http-server │
│ script args │ dist -p 3030 │
│ error log path │ /root/.pm2/logs/app-error-0.log │
│ out log path │ /root/.pm2/logs/app-out-0.log │
│ pid path │ /root/.pm2/pids/app-0.pid │
│ interpreter │ node │
│ interpreter args │ N/A │
│ script id │ 0 │
│ exec cwd │ /usr/share/soeui │
│ exec mode │ fork_mode │
│ node.js version │ 6.9.1 │
│ watch & reload │ ✘ │
│ unstable restarts │ 0 │
│ created at │ 2016-12-21T20:52:58.239Z |
UPDATE 总结,我只需要像nginx这样的另一个服务器来部署它。
答案 0 :(得分:2)
我认为最好的方法是使用angular-cli(https://github.com/angular/angular-cli)
我不确定这是否是你所期望的,但我会这样做:)