Repository: aurora Updated Branches: refs/heads/master fbfeca3b8 -> 31a538f19
Add installation instructions for aurora-cli on Mac OS X Reviewed at https://reviews.apache.org/r/44607/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/31a538f1 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/31a538f1 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/31a538f1 Branch: refs/heads/master Commit: 31a538f190e356a4f82c767ce5c952cc62ba9778 Parents: fbfeca3 Author: se choi <[email protected]> Authored: Thu Mar 10 08:37:57 2016 -0800 Committer: Bill Farner <[email protected]> Committed: Thu Mar 10 08:37:57 2016 -0800 ---------------------------------------------------------------------- docs/installing.md | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/31a538f1/docs/installing.md ---------------------------------------------------------------------- diff --git a/docs/installing.md b/docs/installing.md index c4e25c5..c3abb33 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -261,6 +261,11 @@ If you haven't already, read the section on [how to get Aurora RPMs](#rpms). # Note: for older Aurora RPM versions, this may be called 'aurora-client'. sudo yum install -y aurora-tools +### Mac OS X + + brew upgrade + brew install aurora-cli + ### Configuration Client configuration lives in a json file that describes the clusters available and how to reach them. By default this file is at `/etc/aurora/clusters.json`.
