soyuka 08f77f2c77 Removed coffe-script register from process container
This is taking a lot of ram and is not useful if you don't run any
coffescript. It is required when the extension name is `.coffee`
2014-08-13 23:11:27 +02:00
..
2014-07-01 15:37:13 +02:00
2014-06-13 16:11:43 +02:00
2014-07-10 16:43:59 +02:00
2014-07-29 15:08:56 +02:00
exp
2013-05-21 11:27:20 +08:00
2014-04-09 19:24:15 +08:00

Installing development version

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

Redhat

$ sudo yum install git wget emacs
$ sudo yum groupinstall "Development Tools"
$ wget -qO- https://raw.github.com/creationix/nvm/master/install.sh | sh
$ # put .bash_profile content to .bashrc
$ source .bashrc
$ nvm install v0.11.10
$ nvm alias default 0.11.10
$ npm install pm2 -g
$ # OR
$ npm install git://github.com/Unitech/pm2.git#development -g

CentOS

$ yum install git wget emacs
$ wget -qO- https://raw.github.com/creationix/nvm/master/install.sh | sh
$

Remove init script

sudo update-rc.d -f pm2-init.sh remove

$ chkconfig --del pm2-init.sh
$ chkconfig --add pm2-init.sh

gyp WARN EACCES user "root" does not have permission to create dev dir : https://github.com/TooTallNate/node-gyp/issues/126 -> add --unsafe-perm