Skip to content

Commit d4c596f

Browse files
Daniel WasserlaufDaniel Wasserlauf
authored andcommitted
feature/cld-421: updates for bullet points and helm release period
1 parent c149229 commit d4c596f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/Local_Development_Tutorial.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,17 @@ minikube Ready control-plane,master 1d v1.23.3
5959
## Installing a Single MarkLogic Host to Minikube
6060
- Push the image used for MarkLogic Server to the VM:
6161
`minikube image load store/marklogicdb/marklogic-server:10.0-9-centos-1.0.0-ea4`
62-
- For the image ID in this example,`store/marklogicdb/marklogic-server:10.0-9-centos-1.0.0-ea4` is what the latest image is. To find the latest id go to https://hub.docker.com/_/marklogic
62+
For the image ID in this example,`store/marklogicdb/marklogic-server:10.0-9-centos-1.0.0-ea4` is what the latest image is. To find the latest id go to https://hub.docker.com/_/marklogic
6363
- Navigate to where you downloaded or cloned the MarkLogic Helm repository.
64-
- Verify that the image loaded to Minikube with the comand above matches the `repository` and `tag` in the `values.yaml`.
64+
Verify that the image loaded to Minikube with the comand above matches the `repository` and `tag` in the `values.yaml`.
6565
```YAML
6666
image:
6767
repository: store/marklogicdb/marklogic-server
6868
tag: 10.0-9-centos-1.0.0-ea4
6969
```
70-
- Navigate to the `/charts` folder in your local directory.
71-
- Run `helm install RELEASE_NAME .` where the `RELEASE_NAME` can be any name you want to use to identify this deployment.
72-
For example: `helm install marklogic-local-dev-env .`.
70+
Navigate to the `/charts` folder in your local directory.
71+
Run `helm install RELEASE_NAME .` where the `RELEASE_NAME` can be any name you want to use to identify this deployment.
72+
For example: `helm install marklogic-local-dev-env .`
7373
## Installing Multiple MarkLogic Hosts to Minikube
7474
TODO
7575

0 commit comments

Comments
 (0)