Skip to content

Commit

Permalink
Merge pull request #30 from jerr/master
Browse files Browse the repository at this point in the history
Update jboss-as-addon installation instruction.
  • Loading branch information
gastaldi committed Nov 2, 2015
2 parents 3fc7102 + 30ace19 commit a417bf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tutorials/forge-hol/docs/chapters/using.adoc
Expand Up @@ -374,15 +374,15 @@ Enough, talking, let's install the http://forge.jboss.org/addon/org.jboss.forge.

[source, console]
----
[cdbookstore]$ addon-install-from-git --url https://github.com/jerr/as-addon --coordinate org.jboss.forge.addon:as,2.0.0-SNAPSHOT
[cdbookstore]$ addon-install-from-git --url https://github.com/jerr/jboss-as-addon --coordinate org.jboss.forge.addon:jboss-as-wf8,2.0.0-SNAPSHOT
[cdbookstore]$ addon-install-from-git --url https://github.com/forge/as-addon --coordinate org.jboss.forge.addon:as
[cdbookstore]$ addon-install-from-git --url https://github.com/forge/jboss-as-addon --coordinate org.jboss.forge.addon:jboss-as-wf
----

Now that you installed these new add-on, you get new `as-setup` command :

[source, console]
----
[cdbookstore]$ as-setup --server wildfly8
[cdbookstore]$ as-setup --server wildfly --version 8.2.1.Final
----

Wait a bit until WildFly is downloaded.... (in the meantime you can go to `~/.forge/addons` and have a look at what's happening... you can even check the logs under `~/.forge/log/forge.log`)... ok, now that Wildfly is downloaded into your local Maven directory... there it is.... just type `as`, press `TAB` and you will see new commands :
Expand Down
2 changes: 1 addition & 1 deletion tutorials/forge-hol/docs/forge-hol.html
Expand Up @@ -1454,7 +1454,7 @@ <h4 id="_installing_the_jboss_as_forge_addon_on_jbds">Installing the JBoss AS Fo
</div>
<div class="paragraph">
<p>It&#8217;s now time to set up your server. Open the Forge wizard (Ctrl + 4 or CMD + 4 on Mac) and choose
<em>AS: Setup</em>, then select <em>wildfly8</em>:</p>
<em>AS: Setup</em>, then select <em>wildfly</em>:</p>
</div>
<div class="imageblock">
<div class="content">
Expand Down

0 comments on commit a417bf3

Please sign in to comment.