Skip to content

Commit 51b4b8e

Browse files
Daniel WasserlaufDaniel Wasserlauf
authored andcommitted
feature/cld-421: Updates from peer review
1 parent 66c8142 commit 51b4b8e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/Local_Development_Tutorial.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ This tutorial describes how to set up local Kubernetes development environment w
2222

2323
## Prerequisites
2424
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
2626
```sh
2727
# Something similar to this, with the latest version tag, which can be found on the dockerhub link above
2828
docker pull store/marklogicdb/marklogic-server:10.0-9-centos-1.0.0-ea4
2929
```
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/)
33-
- 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/)
3535

3636

3737
# Procedure
@@ -100,7 +100,7 @@ kubectl port-forward marklogic-0 8001 8000 7997 7996 7888 1234 1337
100100
- To complete this step, access your browser and navigate to `localhost:8001`. You should see the MarkLogic Server Admin interface.
101101
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.
102102

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.
104104

105105
# Debugging
106106
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

Comments
 (0)