使用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/

你可能感兴趣的:(使用forever运行ghost博客)