Created
September 3, 2012 09:39
-
-
Save bradhe/3608140 to your computer and use it in GitHub Desktop.
Sets up a new machine in EC2 with RVM in the current shell.
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
| sudo apt-get install build-essential zlib1g-dev libreadline-dev libssl-dev libxml2-dev git | |
| curl -L https://get.rvm.io | bash -s stable | |
| source ~/.rvm/scripts/rvm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment