Skip to content

Commit

Permalink
changed script directory to scripts since it contains 2 scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
addonis1990 committed May 28, 2015
1 parent 94375c2 commit f4ccd8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tutorials/forge-hol/docs/forge-hol.html
Original file line number Diff line number Diff line change
Expand Up @@ -1763,7 +1763,7 @@ <h4 id="_the_famous_java_petstore_is_back">The famous Java Petstore is back</h4>
<div class="sect3">
<h4 id="_executing_the_script">Executing the script</h4>
<div class="paragraph">
<p>First of all, download the script from <a href="https://github.com/forge/docs/blob/master/tutorials/forge-hol/script/generate.fsh" class="bare">https://github.com/forge/docs/blob/master/tutorials/forge-hol/script/generate.fsh</a>. You can have a look into it. As you can see, the script:</p>
<p>First of all, download the script from <a href="https://github.com/forge/docs/blob/master/tutorials/forge-hol/scripts/generate.fsh" class="bare">https://github.com/forge/docs/blob/master/tutorials/forge-hol/scripts/generate.fsh</a>. You can have a look into it. As you can see, the script:</p>
</div>
<div class="ulist">
<ul>
Expand Down Expand Up @@ -1803,7 +1803,7 @@ <h4 id="_executing_the_script">Executing the script</h4>
</div>
<div class="listingblock">
<div class="content">
<pre class="CodeRay highlight"><code data-lang="console">[temps]$ run ../../code/script/generate.fsh</code></pre>
<pre class="CodeRay highlight"><code data-lang="console">[temps]$ run ../../code/scripts/generate.fsh</code></pre>
</div>
</div>
<div class="paragraph">
Expand All @@ -1821,7 +1821,7 @@ <h4 id="_executing_the_script">Executing the script</h4>
<div class="sect3">
<h4 id="_running_the_application">Running the application</h4>
<div class="paragraph">
<p>Before deploying the application on <a href="http://www.wildfly.org/">WildFly</a> you can grab the SQL script <a href="https://github.com/forge/docs/blob/master/tutorials/forge-hol/script/import.sql" class="bare">https://github.com/forge/docs/blob/master/tutorials/forge-hol/script/import.sql</a> and copy it to <code>petstore/src/main/resources</code>. This will add data to the database.</p>
<p>Before deploying the application on <a href="http://www.wildfly.org/">WildFly</a> you can grab the SQL script <a href="https://github.com/forge/docs/blob/master/tutorials/forge-hol/scripts/import.sql" class="bare">https://github.com/forge/docs/blob/master/tutorials/forge-hol/scripts/import.sql</a> and copy it to <code>petstore/src/main/resources</code>. This will add data to the database.</p>
</div>
<div class="paragraph">
<p>Then, just deploy the war file into WildFly, go to the URL <a href="http://localhost:8080/petstore" class="bare">http://localhost:8080/petstore</a> and you should see the following homepage :</p>
Expand Down Expand Up @@ -2688,7 +2688,7 @@ <h3 id="_references">References</h3>
<p>Hands-on-lab Envers add-on (<a href="https://github.com/forge/docs/tree/master/tutorials/forge-hol/envers-addon" class="bare">https://github.com/forge/docs/tree/master/tutorials/forge-hol/envers-addon</a>)</p>
</li>
<li>
<p>Hands-on-lab Petstore script (<a href="https://github.com/forge/docs/tree/master/tutorials/forge-hol/script" class="bare">https://github.com/forge/docs/tree/master/tutorials/forge-hol/script</a>)</p>
<p>Hands-on-lab Petstore scripts (<a href="https://github.com/forge/docs/tree/master/tutorials/forge-hol/scripts" class="bare">https://github.com/forge/docs/tree/master/tutorials/forge-hol/scripts</a>)</p>
</li>
<li>
<p>Petstore Java EE 7 (<a href="https://github.com/agoncal/agoncal-application-petstore-ee7" class="bare">https://github.com/agoncal/agoncal-application-petstore-ee7</a>)</p>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit f4ccd8d

Please sign in to comment.