Skip to content

Instantly share code, notes, and snippets.

@EcutDavid
Created June 11, 2016 03:27
Show Gist options
  • Save EcutDavid/ea661fa3cf3b5454e94fcea1264389c8 to your computer and use it in GitHub Desktop.
Save EcutDavid/ea661fa3cf3b5454e94fcea1264389c8 to your computer and use it in GitHub Desktop.
Node application depoly
sudo apt-get update
sudo apt-get install nodejs
sudo apt-get install npm
cd ~
curl -sL https://deb.nodesource.com/setup_6.x -o nodesource_setup.sh
sudo bash nodesource_setup.sh
sudo apt-get install nodejs
sudo apt-get install build-essential
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment