readme update

This commit is contained in:
tknew2 2014-01-08 17:15:03 +01:00
parent 1f6fe92341
commit ba93f032a2
2 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ pm2 is perfect when you need to spread your stateless code accross all CPUs avai
- Builtin load-balancer (using the node cluster module)
- Script daemonization
- 0s downtime reload
- 0s downtime reload for Node > 0.11.x
- Startup scripts for Ubuntu and CentOS
- Stop unstable process (avoid infinite loop)
- Monitoring in console
@ -31,12 +31,12 @@ Works on Linux & MacOS.
![Dashboard](http://leapfrogui.com/controlfrog/img/cf-layout-1.png)
We gonna release a very nice product, a dashboard to monitor every part of you NodeJS applications. Here are some links :
We gonna release a very nice product, a dashboard to monitor every part of your NodeJS applications. Here are some links :
- [Pitch + Survey](https://docs.google.com/forms/d/1FuCjIhrGg-ItxInq2nLreoe9GS-gZWJNkNWE0JJajw8/viewform) People who fill the survey will be elligible for free license
- [Newsletter](http://signup.pm2.io/) Subscribe to be kept informed
We are also looking for AngularJS developers and designers contact us at contat AT unitech DOT io
We are also looking for AngularJS developers and designers contact us at contact AT unitech DOT io
Thanks in advance and we hope that you like pm2 !

View File

@ -1,7 +1,7 @@
{
"name": "pm2",
"preferGlobal": "true",
"version": "0.6.14",
"version": "0.6.15",
"engines" : {
"node" : ">=0.8"
},
@ -33,7 +33,7 @@
"description": "Modern CLI process manager for Node apps with a builtin load-balancer",
"main": "index.js",
"scripts": {
"test": "bash ./test/cli.sh && bash ./test/cli2.sh && bash ./test/fork.sh && bash ./test/infinite_loop.sh && NODE_ENV=test ./node_modules/mocha/bin/mocha test"
"test": "bash ./test/cli.sh && bash ./test/cli2.sh && bash ./test/signal.sh && bash ./test/fork.sh && bash ./test/infinite_loop.sh && NODE_ENV=test ./node_modules/mocha/bin/mocha test"
},
"keywords": [
"cli",