sudo apt-get install nodejs
sudo apt-get install build-essential
sudo npm install -g pm2
-g option tells npm to install globally
pm2 start hello.js
(It will assign App name same as the filename without .js)
pm2 start server.js --name prerender --max-memory-restart 600M