2. Add
recipe :nodejs
to the application_manifest.rb
This will fail gloriously.
Install it by:
apt-get install python-software-properties
apt-add-repository ppa:chris-lea/node.js
apt-get update
apt-get install nodejs
node -v
should show :
v0.10.20
Reference : NodeJS installation on Ubuntu 12.04