(To get around certain build tools that actually require Xcode and not the cli tools)
From the App Store, open it once it's done then close it
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
sudo xcodebuild -license
(To get around certain build tools that actually require Xcode and not the cli tools)
From the App Store, open it once it's done then close it
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
sudo xcodebuild -license
| ################################################################## | |
| # /etc/elasticsearch/elasticsearch.yml | |
| # | |
| # Base configuration for a write heavy cluster | |
| # | |
| # wget https://download.elasticsearch.org/elasticsearch/release/org/elasticsearch/distribution/zip/elasticsearch/2.1.1/elasticsearch-2.1.1.zip | |
| # sudo unzip elasticsearch-2.1.1.zip -d /usr/local/elasticsearch | |
| # cd /usr/local/elasticsearch/elasticsearch-2.1.1 | |
| # sudo bin/plugin install cloud-aws |