Skip to content

Commit a64e6c7

Browse files
Daniel WasserlaufDaniel Wasserlauf
authored andcommitted
feature/cld-421: updates for bullet points and minikube command structure
1 parent 4a40dae commit a64e6c7

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

docs/Local_Development_Tutorial.md

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,15 @@ This tutorial describes how to set up local Kubernetes development environment w
2121

2222
## Prerequisites
2323
The following steps assume you are running this tutorial from a desktop environment. Mobile environments will likely experience problems and may not work.
24-
- [Docker](https://docs.docker.com/engine/install/)
25-
- Subscribe to Docker Hub and pulldown the latest image from: https://hub.docker.com/_/marklogic
24+
- [Docker](https://docs.docker.com/engine/install/) Subscribe to Docker Hub and pulldown the latest image from: https://hub.docker.com/_/marklogic
2625
```sh
2726
# Something similar to this, with the latest version tag, which can be found on the dockerhub link above
2827
docker pull store/marklogicdb/marklogic-server:10.0-9-centos-1.0.0-ea4
2928
```
30-
- [KubeCTL](https://kubernetes.io/docs/tasks/tools/)
31-
- Download and install this tool to assist with debugging in a Kubernetes environment.
32-
- [HELM](https://helm.sh/docs/intro/install/)
33-
- Clone or download the chart repository: https://github.com/marklogic/marklogic-kubernetes
29+
- [KubeCTL](https://kubernetes.io/docs/tasks/tools/) Download and install this tool to assist with debugging in a Kubernetes environment.
30+
- [HELM](https://helm.sh/docs/intro/install/) Clone or download the chart repository: https://github.com/marklogic/marklogic-kubernetes
3431
- [Minikube](https://k8s-docs.netlify.app/en/docs/tasks/tools/install-minikube/)
35-
- 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.
3733
- The latest version of a supported web browser. See the list here: [Web Browser](https://developer.marklogic.com/products/support-matrix/)
3834

3935

@@ -42,11 +38,10 @@ This section describes the procedure for setting up Minikube, installing MarkLog
4238

4339

4440
## 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.
4642

47-
- Start Minikube:
48-
`minikube start --driver=virtualbox`
49-
- If you are running in a Linux OS: `minikube start --driver=docker`
43+
- Start Minikube: `minikube start --driver=virtualbox`
44+
If you are running in a Linux OS: `minikube start --driver=docker`
5045

5146
To verify the Minikube started correctly, use the Kubernetes command line tool, KubeCTL:
5247

@@ -59,9 +54,8 @@ NAME STATUS ROLES AGE VERSION
5954
minikube Ready control-plane,master 1d v1.23.3
6055
```
6156

62-
- Enable Addons:
63-
`minikube addons enable ingress`
64-
for ingress.
57+
To enable addons run the follow Minikube command for ingress:
58+
`minikube addons enable ingress`
6559
## Installing a Single MarkLogic Host to Minikube
6660
- Push the image used for MarkLogic Server to the VM:
6761
`minikube image load store/marklogicdb/marklogic-server:10.0-9-centos-1.0.0-ea4`

0 commit comments

Comments
 (0)