Skip to content

Instantly share code, notes, and snippets.

@tgaff
Last active August 29, 2015 13:56
Show Gist options
  • Save tgaff/8945984 to your computer and use it in GitHub Desktop.
Save tgaff/8945984 to your computer and use it in GitHub Desktop.
aws
sudo apt-get -q -y install git phantomjs libxslt-dev libxml2-dev libpq-dev libmagickwand-dev imagemagick nodejs postgresql redis-server
# don't prompt
sudo rm ~/.ssh/config
echo StrictHostKeyChecking=no >> ~/.ssh/config
curl -L get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
rvm install ruby-2.0.0-p353
git clone git@github.com:VerticalResponse/Oceans.git
cd Oceans
bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment