Skip to content

Commit

Permalink
Merge pull request #1737 from marklogic/release/7.1.0
Browse files Browse the repository at this point in the history
Release 7.1.0
  • Loading branch information
rjrudin authored Jan 6, 2025
2 parents 3b625db + 54ed649 commit e9f2876
Show file tree
Hide file tree
Showing 58 changed files with 8,131 additions and 8,908 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ ml-development-tools/src/test/ml-modules
ml-development-tools/src/test/java/com/marklogic/client/test/dbfunction/generated

.vscode
docker/
12 changes: 11 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,17 @@ and add the following (you can override additional properties as necessary):
Note that additional properties are defined via `./tests-app/gradle.properties`, though it is not expected that these
properties will need to be changed.

The application is then deployed via the following command:
The tests require a MarkLogic instance with access to several ports (8000,8001,8002,8012,8014,8020). That instance may
be a local instance or it may be running in a Docker container. If you would like to create a Docker container with the
instance, you may create the container with the following commands (starting in the project root directory):

```
cd test-app
docker-compose up -d --build
cd ..
```

Once you have a MarkLogic instance ready, the application is then deployed via the following command:

./gradlew mlDeploy -i

Expand Down
Loading

0 comments on commit e9f2876

Please sign in to comment.