Skip to content

Instantly share code, notes, and snippets.

@simonexmachina
Created January 9, 2014 02:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simonexmachina/8328305 to your computer and use it in GitHub Desktop.
Save simonexmachina/8328305 to your computer and use it in GitHub Desktop.
Node.js install instructions for Ubuntu 12
sudo apt-get update
sudo apt-get install git nodejs npm ruby1.9.1 -y
~~sudo ln -s nodejs /usr/bin/node~~
sudo npm config set registry http://registry.npmjs.org/
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
sudo npm install npm grunt-cli forever -g
sudo gem install bundler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment