summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-11-15 14:22:44 -0500
committerScott Dodson <sdodson@redhat.com>2018-01-30 14:43:29 -0500
commit70262d00b69fd100604fb8b25ffa2a39a23b87b8 (patch)
tree7c4c4e1f5a311fd43d7c5f90c78083735958d1dc /README.md
parentf894bcf6e7f1121cc024b2ff6a66db54740e02db (diff)
downloadopenshift-70262d00b69fd100604fb8b25ffa2a39a23b87b8.tar.gz
openshift-70262d00b69fd100604fb8b25ffa2a39a23b87b8.tar.bz2
openshift-70262d00b69fd100604fb8b25ffa2a39a23b87b8.tar.xz
openshift-70262d00b69fd100604fb8b25ffa2a39a23b87b8.zip
Add a bare minimum localhost hosts file
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index cc88b60bf..481d029e7 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,17 @@ Fedora:
dnf install -y ansible pyOpenSSL python-cryptography python-lxml
```
-## OpenShift Installation Documentation:
+## Simple all-in-one localhost Installation
+This assumes that you've installed the base dependencies and you're running on
+Fedora or RHEL
+```
+git clone https://github.com/openshift/openshift-ansible
+cd openshift-ansible
+sudo ansible-playbook -i inventory/hosts.localhost playbooks/prerequisites.yml
+sudo ansible-playbook -i inventory/hosts.localhost playbooks/deploy_cluster.yml
+```
+
+## Complete Production Installation Documentation:
- [OpenShift Enterprise](https://docs.openshift.com/enterprise/latest/install_config/install/advanced_install.html)
- [OpenShift Origin](https://docs.openshift.org/latest/install_config/install/advanced_install.html)