*****Reiniciar Node (wiki antiga)

node


/var/www/app_chat/ ou /var/www/app_server/ (Node do Chat ou da Telefonia, respectivamente)

forever stop index.js


forever start index.js




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


Revision #3
Created 26 January 2026 21:18:38 by Matheus Lima
Updated 30 January 2026 19:22:33 by Matheus Lima