summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAkram Ben Aissi <akram@free.fr>2015-01-28 04:14:27 -0500
committerLénaïc Huard <lhuard@amadeus.com>2015-02-19 17:59:44 +0100
commit5090e93a9af43996407dc36f6c2a549d7e83d787 (patch)
tree73eac1fd7049f365744fd6a5723a4b6bb3b3a875 /README.md
parent81db3db61f911cbbc6ff8f88b90cecb870c41381 (diff)
downloadopenshift-5090e93a9af43996407dc36f6c2a549d7e83d787.tar.gz
openshift-5090e93a9af43996407dc36f6c2a549d7e83d787.tar.bz2
openshift-5090e93a9af43996407dc36f6c2a549d7e83d787.tar.xz
openshift-5090e93a9af43996407dc36f6c2a549d7e83d787.zip
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
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2aa0186f7..a4b708fd9 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,13 @@ Setup
```
yum install -y ansible rubygem-thor rubygem-parseconfig util-linux
```
-
+ - OSX:
+ ```
+ # Install ansible and python 2
+ brew install ansible python
+ # Required ruby gems
+ gem install thor parseconfig
+ ```
- Setup for a specific cloud:
- [AWS](README_AWS.md)
- [GCE](README_GCE.md)