使用forever运行ghost博客

使用forever运行ghost博客

安装:

npm install forever -g

运行Ghost:

NODE_ENV=production forever start index.js

关闭Ghost:

forever stop index.js

查看运行状态:

forever list

参考:

http://docs.ghost.org/zh/installation/deploy/

猜你喜欢

转载自blog.csdn.net/qq_40150691/article/details/83026209