Skip to content

Commit e9f2876

Browse files
authored
Merge pull request #1737 from marklogic/release/7.1.0
Release 7.1.0
2 parents 3b625db + 54ed649 commit e9f2876

File tree

58 files changed

+8131
-8908
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+8131
-8908
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ ml-development-tools/src/test/ml-modules
3737
ml-development-tools/src/test/java/com/marklogic/client/test/dbfunction/generated
3838

3939
.vscode
40+
docker/

Diff for: CONTRIBUTING.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,17 @@ and add the following (you can override additional properties as necessary):
2828
Note that additional properties are defined via `./tests-app/gradle.properties`, though it is not expected that these
2929
properties will need to be changed.
3030

31-
The application is then deployed via the following command:
31+
The tests require a MarkLogic instance with access to several ports (8000,8001,8002,8012,8014,8020). That instance may
32+
be a local instance or it may be running in a Docker container. If you would like to create a Docker container with the
33+
instance, you may create the container with the following commands (starting in the project root directory):
34+
35+
```
36+
cd test-app
37+
docker-compose up -d --build
38+
cd ..
39+
```
40+
41+
Once you have a MarkLogic instance ready, the application is then deployed via the following command:
3242

3343
./gradlew mlDeploy -i
3444

0 commit comments

Comments
 (0)