Comparing version 0.6.13 to 0.6.14
@@ -84,3 +84,3 @@ // ProcessContainer.js | ||
process.send({ | ||
type : 'log:out', | ||
type : 'log:err', | ||
data : string | ||
@@ -96,3 +96,3 @@ }); | ||
process.send({ | ||
type : 'log:err', | ||
type : 'log:out', | ||
data : string | ||
@@ -99,0 +99,0 @@ }); |
{ | ||
"name": "pm2", | ||
"preferGlobal": "true", | ||
"version": "0.6.13", | ||
"version": "0.6.14", | ||
"engines" : { | ||
@@ -6,0 +6,0 @@ "node" : ">=0.8" |
@@ -30,13 +30,2 @@ # ![Monit](https://github.com/unitech/pm2/raw/master/pres/top-logo-wo.png) | ||
# Monitoring dashboard | ||
![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 : | ||
- [Pitch + Survey](https://docs.google.com/forms/d/1FuCjIhrGg-ItxInq2nLreoe9GS-gZWJNkNWE0JJajw8/viewform) People who fill the survey will get free license | ||
- [Newsletter](http://signup.pm2.io/) Subscribe to be kept informed | ||
Thanks in advance and we hope that you like pm2 ! | ||
# Readme Contents | ||
@@ -142,2 +131,13 @@ | ||
<a name="a32"/> | ||
## Install on fresh server | ||
Ubuntu | ||
```bash | ||
$ sudo apt-get install build-essential git htop curl | ||
$ wget -qO- https://raw.github.com/creationix/nvm/master/install.sh | sh | ||
$ nvm install v0.11.9 | ||
``` | ||
<a name="a16"/> | ||
@@ -144,0 +144,0 @@ ## 0s downtime reload |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
95
2652
580908