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
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/marklogic-data-hub/releases/download/v2.0.4/quick-start-2.0.4.war) into this folder.
18
+
1. Download the [latest quick-start war](https://github.com/marklogic/marklogic-data-hub/releases/download/v2.0.5/quick-start-2.0.5.war) into this folder.
19
19
20
-
1. Run the quick-start jar `java -jar quick-start-2.0.4.war`
20
+
1. Run the quick-start jar `java -jar quick-start-2.0.5.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/marklogic-data-hub/releases/download/v2.0.4/quick-start-2.0.4.war) into this folder.
5
+
1. Download the [latest quick-start war](https://github.com/marklogic/marklogic-data-hub/releases/download/v2.0.5/quick-start-2.0.5.war) into this folder.
6
6
7
-
1. Run the quick-start war `java -jar quick-start-2.0.4.war`
7
+
1. Run the quick-start war `java -jar quick-start-2.0.5.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.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/marklogic-data-hub/releases/download/v2.0.4/quick-start-2.0.4.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/marklogic-data-hub/releases/download/v2.0.5/quick-start-2.0.5.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.github.io/marklogic-data-hub/what/)
0 commit comments