sudo apt-get install python-software-properties software-properties-common python g++ make
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
Then install dependencies:
cd PROJECT_ROOT
npm install
And start:
node index