Skip to content

Instantly share code, notes, and snippets.

@chaitu87
Last active September 18, 2015 08:14
Show Gist options
  • Save chaitu87/026e9c1915dd61018783 to your computer and use it in GitHub Desktop.
Save chaitu87/026e9c1915dd61018783 to your computer and use it in GitHub Desktop.
Node and Passenger Setup on EC2
# Install Nodejs & NPM
curl -sL https://deb.nodesource.com/setup_0.12 | bash -
sudo apt-get install nodejs
# For some plugin you may need
sudo apt-get install build-essential
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment