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 9a69d00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,11 @@ 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:

** 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]
----
spec:
server:
customCheProperties:
CHE_MULTIUSER: "false"
----
NOTE: Add option `--installer helm` to use the helm chart and install a single-user instance of {prod-short}.
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 9a69d00

Please sign in to comment.