Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phracek authored Aug 23, 2019
1 parent b19e811 commit 3907a04
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# openshift4-crc
This repo is used for running OpenShift4 with CRC
# openshift4 and CodeReady Containers on macOS

This repo is used for running OpenShift4 with CodeReady Containers on macOS.
Later on, I would like to enhance it also for Linux.

## First of all install all prerequisities

You can do that, by a command:

```bash
ansible-playbook -vv -c local -i localhost, ./install-rpm-packages.yaml
```

## Setup and start CRC for running OpenShift cluster

```bash
ansible-playbook -vv -c local -i localhost, ./openshift4-installer.yaml
```

0 comments on commit 3907a04

Please sign in to comment.