You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Local_Development_Tutorial.md
+9-15Lines changed: 9 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,19 +21,15 @@ This tutorial describes how to set up local Kubernetes development environment w
21
21
22
22
## Prerequisites
23
23
The following steps assume you are running this tutorial from a desktop environment. Mobile environments will likely experience problems and may not work.
- If you are running on Mac OSX, you will need Virtual Box: [Virtual Box](https://www.virtualbox.org/)
36
-
- Virtual Box is used as the VM for the Minikube Kubernetes environment, which will host the MarkLogic Server application.
32
+
- If you are running on Mac OSX, you will need Virtual Box: [Virtual Box](https://www.virtualbox.org/) Virtual Box is used as the VM for the Minikube Kubernetes environment, which will host the MarkLogic Server application.
37
33
- The latest version of a supported web browser. See the list here: [Web Browser](https://developer.marklogic.com/products/support-matrix/)
38
34
39
35
@@ -42,11 +38,10 @@ This section describes the procedure for setting up Minikube, installing MarkLog
42
38
43
39
44
40
## Setting Up Minikube
45
-
First you will need to set up the Kubernetes control plan on your local machine. Minikube is a tool that makes it easy to set up a local Kubernetes enviornment.
41
+
First you will need to set up the Kubernetes control plane on your local machine. Minikube is a tool that makes it easy to set up a local Kubernetes enviornment.
46
42
47
-
- Start Minikube:
48
-
`minikube start --driver=virtualbox`
49
-
- If you are running in a Linux OS: `minikube start --driver=docker`
0 commit comments