Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
  • Loading branch information
mmorhun committed Sep 25, 2020
1 parent 4d4ffa9 commit c051b6b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,19 @@ This section describes how to install {prod-short} on Minikube using {prod-cli}.

.Procedure

* To install {prod-short} in multi-user mode (default and recommended), run the following command:
* Run the following command:
+
[subs="+attributes"]
----
$ {prod-cli} server:start --platform minikube
----

* To install {prod-short} in single-user mode add one if the following parameters to the command above:
[NOTE]
====
To install {prod-short} in single-user mode add one of the following parameters to the command above:
** Use Helm installer by providing `--installer helm` option.
** Pass `--che-operator-cr-patch-yaml patch.yaml`, where `patch.yaml` file has the following content:
* Use Helm installer by providing `--installer helm` option.
* Pass `--che-operator-cr-patch-yaml patch.yaml`, where `patch.yaml` file has the following content:
+
[source,yaml]
----
Expand All @@ -33,3 +35,4 @@ spec:
customCheProperties:
CHE_MULTIUSER: "false"
----
====
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ This section describes how to use Minikube to set up a local single-node {kubern
$ minikube start --addons=ingress --memory=4096
----
+
NOTE: For Windows and Mac users it is required to add the `--vm=true` option to run Minikube in a virtual machine.
[NOTE]
====
Windows and Mac users should add the `--vm=true` option to run Minikube in a virtual machine.
====

0 comments on commit c051b6b

Please sign in to comment.