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
Mads Hansen edited this page Jan 2, 2020
·
1 revision
You can build CoRB in the same way as any Gradle project:
Clone the corb2 repository on your machine:
git clone https://github.com/marklogic/corb2/
(optional) If you have a local MarkLogic instance, you can setup a test database and XDBC server for the integration tests by executing the ml-gradle
mlDeploy task:
gradlew mlDeploy
Execute the build task
gradlew build
If you don't have a local MarkLogic instance and/or want to skip the integration tests: