Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DHFPROD-731 display install tree as dynamic text #880

Merged
merged 1 commit into from
Apr 12, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions _pages/tutorial/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ mkdir input

Your directory should look like this:

![Directory Tree]({{site.baseurl}}/images/2x/dir-tree.png)
<pre class="cmdline">
data-hub
+-- input
+-- quick-start-{{ site.data.global.hub_version }}.war
</pre>

## 4 - Run the QuickStart

Expand Down Expand Up @@ -69,7 +73,7 @@ Click **Allow Access**

After opening the QuickStart Application you must step through a wizard to properly configure the Hub.

1. Browse to the directory where your hub where live. If you ran the Quickstart war file in the correct directory then the folder should already be correct. <i class="fa fa-hand-pointer-o"></i> Click **Next**{:.blue-button}.
1. Browse to the directory where your hub lives. If you saved and ran the Quickstart war file in the hub directory, then you should be in the correct directory. <i class="fa fa-hand-pointer-o"></i> Click **Next**{:.blue-button}.
![Hub Directory]({{site.baseurl}}/images/2x/hub-wizard-1.png)

2. Initialize your Data Hub Project Directory. <i class="fa fa-hand-pointer-o"></i> Click **INITIALIZE**{:.blue-button}.
Expand Down