Created
April 30, 2012 22:20
-
-
Save thatch45/2563169 to your computer and use it in GitHub Desktop.
Install from source
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
'make && make install': | |
cmd.run: | |
- unless: 'cat /usr/bin/redis' | |
- require: | |
- cmd: 'git clone <redis source>' | |
'git clone <redis source>': | |
cmd.run: | |
- unless: 'test -e /usr/src/redis' | |
- cwd: /usr/src |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment