Last active
August 29, 2015 14:15
-
-
Save jadaradix/7709309d9b31d6749488 to your computer and use it in GitHub Desktop.
"One step" deployment for AWS. As close as it gets.
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
apt-get update | |
apt-get install nodejs -y | |
apt-get install npm -y | |
ln -s /usr/bin/nodejs /usr/bin/node | |
npm install | |
npm install -g grunt-cli | |
npm install forever -g | |
apt-get install ruby -y | |
gem install sass --no-ri --no-rdoc | |
grunt | |
grunt server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment