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
| [[local|localrc]] LOGFILE=stack.sh.log | |
| LOGFILE=stack.sh.log | |
| SCREEN_LOGDIR=/opt/stack/data/log | |
| LOG_COLOR=False | |
| #OFFLINE=True | |
| RECLONE=yes | |
| disable_service swift | |
| disable_service cinder | |
| disable_service n-net |
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
| - Install XCode from the app store. | |
| - Install XCode command-line tools. | |
| xcode-select --install | |
| - Install home brew. http://brew.sh/ | |
| ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" |