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
- mlWatch is deploying Flow XMLs on every iteration [\#522](https://github.com/marklogic-community/marklogic-data-hub/issues/522)
10
+
- Can't login to quickstart with data-hub-user [\#519](https://github.com/marklogic-community/marklogic-data-hub/issues/519)
11
+
- Error when settings gradle properties from task definition [\#518](https://github.com/marklogic-community/marklogic-data-hub/issues/518)
12
+
- Basic auth not working [\#517](https://github.com/marklogic-community/marklogic-data-hub/issues/517)
13
+
- Debug of run-flow transform breaks multipart requests and can't be turned off [\#516](https://github.com/marklogic-community/marklogic-data-hub/issues/516)
14
+
- Bug in deploying Flows to MarkLogic [\#512](https://github.com/marklogic-community/marklogic-data-hub/issues/512)
15
+
- Writer trace is firing twice [\#510](https://github.com/marklogic-community/marklogic-data-hub/issues/510)
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,12 @@ Or watch the [MarkLogic University - Data Hub Framework On Demand Video Courses]
35
35
36
36
### The Easiest Way
37
37
38
-
To use the Data Hub Framework you should download the latest [quickstart.war](https://github.com/marklogic-community/marklogic-data-hub/releases/download/v2.0.0-rc.2/quick-start-2.0.0-rc.2.war).
38
+
To use the Data Hub Framework you should download the latest [quickstart.war](https://github.com/marklogic-community/marklogic-data-hub/releases/download/v2.0.0/quick-start-2.0.0.war).
39
39
40
40
Then Run the war like so:
41
41
42
42
```bash
43
-
java -jar quick-start-2.0.0-rc.2.war
43
+
java -jar quick-start-2.0.0.war
44
44
```
45
45
46
46
### Using the Hub in your existing Java project
@@ -50,7 +50,7 @@ Alternatively you can include the jar file as a build dependency in your Java pr
Copy file name to clipboardExpand all lines: examples/healthcare/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,9 @@ The sample data is located in the input/ folder.
15
15
```
16
16
17
17
# TLDR; How do I run it?
18
-
1. Download the [latest quick-start war](https://github.com/marklogic-community/marklogic-data-hub/releases/download/v2.0.0-rc.2/quick-start-2.0.0-rc.2.war) into this folder.
18
+
1. Download the [latest quick-start war](https://github.com/marklogic-community/marklogic-data-hub/releases/download/v2.0.0/quick-start-2.0.0.war) into this folder.
19
19
20
-
1. Run the quick-start jar `java -jar quick-start-2.0.0-rc.2.war`
20
+
1. Run the quick-start jar `java -jar quick-start-2.0.0.war`
21
21
22
22
1. Open your web browser to [http://localhost:8080](http://localhost:8080).
Copy file name to clipboardExpand all lines: examples/load-binaries/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
This example shows how to load binary documents with the Hub Framework.
3
3
4
4
# TLDR; How do I run it?
5
-
1. Download the [latest quick-start war](https://github.com/marklogic-community/marklogic-data-hub/releases/download/v2.0.0-rc.2/quick-start-2.0.0-rc.2.war) into this folder.
5
+
1. Download the [latest quick-start war](https://github.com/marklogic-community/marklogic-data-hub/releases/download/v2.0.0/quick-start-2.0.0.war) into this folder.
6
6
7
-
1. Run the quick-start war `java -jar quick-start-2.0.0-rc.2.war`
7
+
1. Run the quick-start war `java -jar quick-start-2.0.0.war`
8
8
9
9
1. Open your web browser to [http://localhost:8080](http://localhost:8080).
Copy file name to clipboardExpand all lines: examples/online-store/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The data are separated into 2 folders under the input/ folder.
16
16
# TLDR; How do I run it?
17
17
Check out the [Getting Started Tutorial](https://marklogic-community.github.io/marklogic-data-hub/) on the Datahub Site.
18
18
19
-
You will want to download the latest 2.x release of the [QuickStart Application](https://github.com/marklogic-community/marklogic-data-hub/releases/download/v2.0.0-rc.2/quick-start-2.0.0-rc.2.war) and save it in this directory.
19
+
You will want to download the latest 2.x release of the [QuickStart Application](https://github.com/marklogic-community/marklogic-data-hub/releases/download/v2.0.0/quick-start-2.0.0.war) and save it in this directory.
20
20
21
21
# Wait. What is a data Hub?
22
22
Get started over at the [Data Hub Site](https://marklogic-community.github.io/marklogic-data-hub/what/)
0 commit comments