Skip to content

Instantly share code, notes, and snippets.

@tmp27017
Created September 12, 2014 07:16
Show Gist options
  • Select an option

  • Save tmp27017/4eccb7082c9397164f5a to your computer and use it in GitHub Desktop.

Select an option

Save tmp27017/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