Skip to content

Instantly share code, notes, and snippets.

@JacobBennett
Last active October 6, 2015 05:24
Show Gist options
  • Save JacobBennett/edcda5625098fe3b6bab to your computer and use it in GitHub Desktop.
Save JacobBennett/edcda5625098fe3b6bab to your computer and use it in GitHub Desktop.
Setup Node and Gulp on a Digital Ocean Droplet for Elixir
sudo apt-get update
curl -sL https://deb.nodesource.com/setup | sudo bash -
sudo apt-get install -y nodejs
npm install -g gulp
ALSO...
https://www.digitalocean.com/community/tutorials/how-to-get-started-with-gulp-js-on-your-vps
https://www.digitalocean.com/community/tutorials/how-to-install-an-upstream-version-of-node-js-on-ubuntu-12-04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment