Skip to content

Commit 409f45a

Browse files
author
Charles Greer
committed
Update versions in README, CONTRIBUTING
1 parent 1cbd2e8 commit 409f45a

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,6 @@ You need these to get started
2929
- Gradle (3.4 or greater)
3030
- A decent IDE. IntelliJ is nice.
3131

32-
#### Symlinking to MarkLogic
33-
The 3.0 release of DHF will ship its xqy and sjs code within MarkLogic.
34-
To run in development mode against MarkLogic you will need:
35-
`MarkLogic 9.0-2018-02-14 or greater`
36-
37-
If you wish to make code changes to the xqy or sjs files within DHF you will need to symlink your source code into the /MarkLogic install dir so that MarkLogic serves up your files instead of the ones bundled in the nightly.
38-
39-
In Linux or Mac, run the following:
40-
41-
```bash
42-
ln -s /path/to/your/dhf/code/marklogic-data-hub/src/server-side \
43-
/path/to/MarkLogic/Modules/MarkLogic/data-hub-framework
44-
```
45-
46-
In Windows, run a Command Prompt as Admin, then execute the following:
47-
48-
```bash
49-
cd \path\to\MarkLogic\Modules\MarkLogic
50-
mklink /D data-hub-framework \path\to\your\dhf\code\marklogic-data-hub\src\server-side
51-
```
5232

5333
#### Building from the command line
5434
**First, a warning.** _The DHF has a ton of tests and they take a very long time to run. Considering you might not want to invest 30 minutes to wait for tests these instructions will show you how to skip the tests._
@@ -96,7 +76,7 @@ plugins {
9676
...
9777
9878
// comment out this line. It pulls the version from the cloud
99-
// id 'com.marklogic.ml-data-hub' version '3.0.0'
79+
// id 'com.marklogic.ml-data-hub' version '4.0.0'
10080
}
10181
10282
// this tells gradle to apply the plugin you included above in the buildscript section

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Go from nothing to an Operational Data Hub in a matter of minutes.
55
The MarkLogic Data Hub Framework is a data integration framework and toolset to quickly and efficiently integrate data from many sources into a single MarkLogic database and then expose that data.
66

77
# Version Support
8-
MarkLogic 9.0-5 or later is required with version 3.0.0+ of the DHF.
8+
MarkLogic 9.0-5 or later is required with version 4.0.0+ of the DHF.
99

1010
# Getting Started
1111
Grab the [latest release](https://github.com/marklogic/marklogic-data-hub/releases) then visit our [Data Hub Framework website](https://marklogic.github.io/marklogic-data-hub/) to get started.

0 commit comments

Comments
 (0)