Skip to content

Commit

Permalink
DHFPROD-663 improve sample-data setup info
Browse files Browse the repository at this point in the history
  • Loading branch information
wooldridge committed May 1, 2018
1 parent ee269e6 commit 9f542dc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions _pages/tutorial/3x/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,19 @@ Create a folder to hold your input data
mkdir input
</pre>

Download the [Zip file of sample data]({{site.baseurl}}/data/store-data.zip){:target="_blank"} into the **input** folder you just created. Now extract it.
Download the [.zip file of sample data]({{site.baseurl}}/data/store-data.zip){:target="_blank"}.

Your directory should look like this:
Open the .zip file and move the subfolders of sample data (campaigns/, customers/, etc.) into the **input** folder you just created.

Your project folder should look like this:

<pre class="cmdline">
data-hub
+-- input
+-- quick-start-{{ site.data.global.hub_version }}.war
</pre>

## 3. Run the QuickStart
## 3. Run QuickStart

The QuickStart application is a stand-alone Java Web Application. It runs its own internal web server and serves up the application on port 8080. You do have the option to change the port as noted below. QuickStart can be run on any computer as long as there is network connectivity to your MarkLogic instance. QuickStart will communicate with MarkLogic over HTTP.

Expand Down

0 comments on commit 9f542dc

Please sign in to comment.