From 5090e93a9af43996407dc36f6c2a549d7e83d787 Mon Sep 17 00:00:00 2001 From: Akram Ben Aissi Date: Wed, 28 Jan 2015 04:14:27 -0500 Subject: Allows it to run on OSX - Versions of ruby ported on OSX requires escaping of hyphens in regexp - Adds documentation on packages required by OSX to run openshift-online-ansible on OSX --- README_AWS.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README_AWS.md') diff --git a/README_AWS.md b/README_AWS.md index c0f2bce75..fa1ec61ce 100644 --- a/README_AWS.md +++ b/README_AWS.md @@ -38,9 +38,14 @@ Alternatively, you can configure your ssh-agent to hold the credentials to conne Install Dependencies -------------------- 1. Ansible requires python-boto for aws operations: +RHEL/CentOS/Fedora ``` yum install -y ansible python-boto ``` +OSX: +``` + pip install -U boto +``` Test The Setup -- cgit v1.2.1