安装nodejs
//注:记录时该版本为0.10.28
sudo apt-get install python-software-properties python g++ make
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
安装npm
sudo apt-get install npm
安装PM2
sudo npm install pm2@latest -g
添加源安装最新版本的nodejs
deb http://ppa.launchpad.net/chris-lea/node.js/ubuntu precise main
deb-src http://ppa.launchpad.net/chris-lea/node.js/ubuntu precise main
nodejs模块安装
sudo npm --user=nobody --group=nogroup install --registry=http://r.cnpmjs.org
office、online、product环境还没有使用pm2管理nodejs进程
需要重启进程时,需要停止进程再启动