*****Reiniciar Node (wiki antiga)
node
-
index.js-> sistema novo
/var/www/app_chat/ ou /var/www/app_server/ (Node do Chat ou da Telefonia, respectivamente)
forever stop index.js
forever start index.js
-
app.js-> sistema antigo
cd /var/www/app_server;
forever stop app.js; cat key.js > app.js ; cat code.js >> app.js; forever start -o out.log -e err.log app.js