Skip to content

Instantly share code, notes, and snippets.

@jadaradix
Last active August 29, 2015 14:15
Show Gist options
  • Save jadaradix/7709309d9b31d6749488 to your computer and use it in GitHub Desktop.
Save jadaradix/7709309d9b31d6749488 to your computer and use it in GitHub Desktop.
"One step" deployment for AWS. As close as it gets.
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