Skip to content

Instantly share code, notes, and snippets.

@masimplo
Created May 29, 2015 06:17
Show Gist options
  • Save masimplo/e332fc36eb55ce914d54 to your computer and use it in GitHub Desktop.
Save masimplo/e332fc36eb55ce914d54 to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt-get install -y build-essential openssl libssl-dev pkg-config
cd ~
wget http://nodejs.org/dist/v0.12.2/node-v0.12.2.tar.gz
tar xvf node-v*
cd node-v*
./configure
make
sudo make install
cd ~
rm -rf node-v*
sudo npm install pm2 -g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment