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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,16 +22,16 @@ This tutorial describes how to set up local Kubernetes development environment w
22
22
23
23
## Prerequisites
24
24
The following steps assume you are running this tutorial from a desktop environment. Mobile environments will likely experience problems and may not work.
25
-
-[Docker](https://docs.docker.com/engine/install/) Subscribe to Docker Hub and pulldown the latest image from: https://hub.docker.com/_/marklogic
25
+
-[Docker](https://docs.docker.com/engine/install/): Subscribe to Docker Hub and pulldown the latest image from: https://hub.docker.com/_/marklogic
26
26
```sh
27
27
# Something similar to this, with the latest version tag, which can be found on the dockerhub link above
- If you are running in 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.
34
-
- The latest version of a supported web browser. See the list here: [Web Browser](https://developer.marklogic.com/products/support-matrix/)
30
+
-[KubeCTL](https://kubernetes.io/docs/tasks/tools/): Download and install this tool to assist with debugging in a Kubernetes environment.
31
+
-[Helm](https://helm.sh/docs/intro/install/): Clone or download the chart repository: https://github.com/marklogic/marklogic-kubernetes
32
+
-[Minikube](https://k8s-docs.netlify.app/en/docs/tasks/tools/install-minikube/): Minikube Kubernetes environment, which will host the MarkLogic Server application.
33
+
-Mac OSX VM: If you are running in Mac OSX, you will need Virtual Box: [Virtual Box](https://www.virtualbox.org/) the VM used inside of Minikube.
34
+
-Browser: The latest version of a supported web browser. See the list here: [Web Browser](https://developer.marklogic.com/products/support-matrix/)
- To complete this step, access your browser and navigate to `localhost:8001`. You should see the MarkLogic Server Admin interface.
101
101
If you are unable to see the MarkLogic Server Admin interface, see the [Debugging](#Debugging) section to gather more information about the cluster and potential errors.
102
102
103
-
- When you are done, see the [Cleanup](#Cleanup) section in order to teardown the cluster when done.
103
+
- See the [Cleanup](#Cleanup) section in order to teardown the cluster when you are finished.
104
104
105
105
# Debugging
106
106
This Debugging section contains useful commands to help debug a Kubernetes cluster running MarkLogic Server. Additional information and commands can be found here: https://kubernetes.io/docs/tasks/debug-application-cluster/debug-running-pod/
0 commit comments