Created
August 2, 2012 06:31
-
-
Save azuby/3234506 to your computer and use it in GitHub Desktop.
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
1. replace xxx passwords with some random password that you don't actually need to log in because of ssh keys | |
2. replace jellibug with syncin | |
3. generate ssh keys | |
4. replace db passwords | |
5. remove elasticsearch from base.json | |
"recipe[elasticsearch]", | |
"recipe[elasticsearch::bigdesk]", | |
"recipe[elasticsearch::head]", | |
and | |
"elasticsearch": { | |
"version": "0.19.3" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment