Last active
September 18, 2015 08:14
-
-
Save chaitu87/026e9c1915dd61018783 to your computer and use it in GitHub Desktop.
Node and Passenger Setup on EC2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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