We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e89508a commit 240b59fCopy full SHA for 240b59f
README.md
@@ -10,7 +10,8 @@ This project allows you to deploy a skeleton Data Hub into MarkLogic. With some
10
## Installing into MarkLogic
11
- create a data-hub/gradle-local.properties file and point it to your MarkLogic server _(see data-hub/gradle-local.sample)_
12
- run ```./gradlew mlDeploy```
13
-### currently, use quickstart to deploy. just run ./gradlew build -x test to build, then use quickstart
+
14
+ - currently, use quickstart to deploy. just run ./gradlew build -x test to build, then use quickstart
15
16
## Running Tests
17
- run ```./gradlew test```
0 commit comments