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
- Enable Addons: `minikube addons enable ingress` for ingress
55
55
## Installing a Single MarkLogic Host to minikube
56
56
- Push the image used for ML to the VM: `minikube image load store/marklogicdb/marklogic-server:10.0-9-centos-1.0.0-ea4`
57
-
-- The above Image ID: `store/marklogicdb/marklogic-server:10.0-9-centos-1.0.0-ea4` is whatever the latest image is, to find the latest id go to https://hub.docker.com/_/marklogic
57
+
- The above Image ID: `store/marklogicdb/marklogic-server:10.0-9-centos-1.0.0-ea4` is whatever the latest image is, to find the latest id go to https://hub.docker.com/_/marklogic
58
58
- Navigate to where you downloaded or cloned the MarkLogic helm repository
59
-
-- Verify the image loaded to minikube above matches the `repository` and `tag` in the `values.yaml`
59
+
- Verify the image loaded to minikube above matches the `repository` and `tag` in the `values.yaml`
60
60
```YAML
61
61
image:
62
62
repository: store/marklogicdb/marklogic-server
63
63
tag: 10.0-9-centos-1.0.0-ea4
64
64
```
65
-
-- Navigate to the `/charts` folder
66
-
-- Run `helm install RELEASE_NAME .` Where the `RELEASE_NAME` can be anything you want to identify this deployment EX: `helm install marklogic-local-dev-env .`
65
+
- Navigate to the `/charts` folder
66
+
- Run `helm install RELEASE_NAME .` Where the `RELEASE_NAME` can be anything you want to identify this deployment EX: `helm install marklogic-local-dev-env .`
67
67
## Installing Multiple MarkLogic Hosts to Minikube
68
68
TODO
69
69
@@ -82,10 +82,10 @@ It may take a minute or two.
82
82
```sh
83
83
kubectl port-forward marklogic-0 8001 8000 7997
84
84
```
85
-
-- If you want to forward other ports just append them to the command separated by a space
85
+
- If you want to forward other ports just append them to the command separated by a space
86
86
87
87
- Finally access your browser and navigate to `localhost:8001` and you should see the MarkLogic Server Admin Interface
88
-
-- If you're unable to see the MarkLogic Server Admin Interface interface proceed to the debugging section to gather more information on the cluster and potential errors.
88
+
- If you're unable to see the MarkLogic Server Admin Interface interface proceed to the debugging section to gather more information on the cluster and potential errors.
89
89
90
90
- Proceed to the [Cleanup](##Cleanup) section in order to teardown the cluster when finished
0 commit comments