更多内容

贡献/开发 模式

To hack PM2, it's very simple:

$ pm2 kill   # kill the current pm2
$ git clone my_pm2_fork.git
$ cd pm2/
$ DEBUG=* PM2_DEBUG=true ./bin/pm2 --no-daemon

Each time you edit the code, be sure to kill and restart PM2 to make changes taking effect.

安装PM2开发包

$ npm install git://github.com/Unitech/pm2#development -g

已知缺陷和解决办法

首先安装最新PM2版本:

$ npm install -g pm2@latest

Node 0.10.x doesn't free the script port when stopped in cluster_mode

Don't use the cluster_mode via -i option.

问题列表里的用提示

外部资源和文章

贡献者

Contributors

Sponsors

Thanks to Devo.ps and Wiredcraft for their knowledge and expertise.

License

Files in lib/ are made available under the terms of the GNU Affero General Public License 3.0 (AGPL 3.0). Except the file lib/CLI.js who is made under the terms of the Apache V2 license.