Skip to content

Instantly share code, notes, and snippets.

@v-thomp4
Created September 12, 2014 07:16
Show Gist options
  • Save v-thomp4/4eccb7082c9397164f5a to your computer and use it in GitHub Desktop.
Save v-thomp4/4eccb7082c9397164f5a to your computer and use it in GitHub Desktop.
Install Node.js on an Ubuntu 14.04 server
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment