Last active
August 29, 2015 13:56
-
-
Save tgaff/8945984 to your computer and use it in GitHub Desktop.
aws
This file contains 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
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 [email protected]: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