Created
May 8, 2015 16:24
-
-
Save spencerroan/343941fb0c1d52b756a4 to your computer and use it in GitHub Desktop.
upgrading to ruby 2.2.2
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
| rvm install ruby-2.2.2 | |
| bundle install | |
| #rspec spec failed on redis | |
| brew install redis | |
| # turn on redis at login | |
| mkdir -p ~/Library/LaunchAgents | |
| ln -sfv /usr/local/opt/redis/*.plist ~/Library/LaunchAgents | |
| # turn on redis now! | |
| launchctl load ~/Library/LaunchAgents/homebrew.mxcl.redis.plist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment