I am trying to upgrade to 1.0.4, and switch to mup for deployment.
mup has an option to install nodejs and you can set the node version, however when I run it nodejs which is currently at 0.10.33 is not upgraded, is there a way to make mup update node / mongo??
I already tried to compile 0.10.36 but when i do node --version I still get 0.10.33.
I followed these steps (for 0.10.37 actually):
wget http://nodejs.org/dist/v0.10.37/node-v0.10.37.tar.gz
tar zxvf node-v0.10.37.tar.gz
cd node-v0.10.37
sudo ./configure
sudo make
sudo make install