Created
April 29, 2015 13:31
-
-
Save aghuddleston/acae613a5fe501b1f17f to your computer and use it in GitHub Desktop.
Output from brew install redis, for future reference
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
/Users/me$ brew install redis | |
==> Downloading https://homebrew.bintray.com/bottles/redis-3.0.0.yosemite.bottle.tar.gz | |
######################################################################## 100.0% | |
==> Pouring redis-3.0.0.yosemite.bottle.tar.gz | |
==> Caveats | |
To have launchd start redis at login: | |
ln -sfv /usr/local/opt/redis/*.plist ~/Library/LaunchAgents | |
Then to load redis now: | |
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.redis.plist | |
Or, if you don't want/need launchctl, you can just run: | |
redis-server /usr/local/etc/redis.conf | |
==> Summary | |
🍺 /usr/local/Cellar/redis/3.0.0: 9 files, 892K |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment