@@ -7,22 +7,22 @@ described below, you must use Java 17 or higher.
77# Setup
88
99To begin, you need to deploy the test application in this project to MarkLogic. You can do so either on your own
10- installation of MarkLogic, or you can use ` docker- compose ` to install MarkLogic, optionally as a 3-node cluster with
10+ installation of MarkLogic, or you can use ` docker compose ` to install MarkLogic, optionally as a 3-node cluster with
1111a load balancer in front of it.
1212
13- ## Installing MarkLogic with docker- compose
13+ ## Installing MarkLogic with docker compose
1414
15- If you wish to use ` docker- compose ` , perform the following steps before deploying the test application.
15+ If you wish to use ` docker compose ` , perform the following steps before deploying the test application.
1616
17171 . [ Install Docker] ( https://docs.docker.com/get-docker/ ) .
18182 . Ensure that you don't have a MarkLogic instance running locally (if you do, you may run into port conflicts in
1919 the next step).
20- 3 . Run ` docker- compose up -d --build ` .
20+ 3 . Run ` docker compose up -d --build ` .
2121
2222The above will result in a new MarkLogic instance with a single node.
2323
2424Alternatively, if you would like to test against a 3-node MarkLogic cluster with a load balancer in front of it,
25- run ` docker- compose -f docker-compose-3nodes.yaml up -d --build ` .
25+ run ` docker compose -f docker-compose-3nodes.yaml up -d --build ` .
2626
2727## Deploying the test application
2828
@@ -89,7 +89,7 @@ This project's `docker-compose-3nodes.yaml` file includes
8989[ Grafana, Loki, and promtail services] ( https://grafana.com/docs/loki/latest/clients/promtail/ ) for the primary reason of
9090collecting MarkLogic log files and allowing them to be viewed and searched via Grafana.
9191
92- Once you have run ` docker- compose ` , you can access Grafana at http://localhost:3000 . Follow these instructions to
92+ Once you have run ` docker compose ` , you can access Grafana at http://localhost:3000 . Follow these instructions to
9393access MarkLogic logging data:
9494
95951 . Click on the hamburger in the upper left hand corner and select "Explore", or simply go to
0 commit comments