You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2016/06/27 22:22:14 UTC

[1/2] activemq-artemis git commit: NO-JIRA update building instructions on Fedora

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 5fa9c0ec8 -> d73d6d2fa


NO-JIRA update building instructions on Fedora

This includes a few changes on building.md, as spotted by jdanekrh on #602


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/dfc1a44d
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/dfc1a44d
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/dfc1a44d

Branch: refs/heads/master
Commit: dfc1a44d3379db1c5590a96d5cd51c8e5dbc2525
Parents: 5fa9c0e
Author: Clebert Suconic <cl...@apache.org>
Authored: Mon Jun 27 18:19:52 2016 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Mon Jun 27 18:19:52 2016 -0400

----------------------------------------------------------------------
 docs/hacking-guide/en/building.md | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/dfc1a44d/docs/hacking-guide/en/building.md
----------------------------------------------------------------------
diff --git a/docs/hacking-guide/en/building.md b/docs/hacking-guide/en/building.md
index e1cd45b..1b883a7 100644
--- a/docs/hacking-guide/en/building.md
+++ b/docs/hacking-guide/en/building.md
@@ -23,10 +23,24 @@ Install `NPM` using the instructions below
 
 The new npm-shrinkwrap.json should be written, commit it.
 
+### gitbook
+
+Artemis will automate the execution and download of npm. But it may be useful to install it on your system. Simply type:
+
+    $ npm install -g gitbook gitbook-cli
+
+If you don't have `npm` installed then you would need to install it first.
+
 #### Install npm On Fedora
 
     $ yum install npm
 
+#### Install npm On Fedora 24
+
+This is what you should do if you are using Fedora 24+.
+
+    $ dnf install nodejs
+
 #### Install npm On Mac-OS
 
 The easiest way would be through brew [brew]
@@ -49,7 +63,7 @@ To install it to your local maven repo:
 
 ## Build the distribution without docs
 
-It is possible to build a distribution with out the manuals and Javadocs.
+It is possible to build a distribution without the manuals and Javadocs.
 simply run
 
     $ mvn package


[2/2] activemq-artemis git commit: This closes #602

Posted by cl...@apache.org.
This closes #602


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/d73d6d2f
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/d73d6d2f
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/d73d6d2f

Branch: refs/heads/master
Commit: d73d6d2fa2e9f8393dc740d72cd7ea98dedbe33b
Parents: 5fa9c0e dfc1a44
Author: Clebert Suconic <cl...@apache.org>
Authored: Mon Jun 27 18:22:06 2016 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Mon Jun 27 18:22:06 2016 -0400

----------------------------------------------------------------------
 docs/hacking-guide/en/building.md | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)
----------------------------------------------------------------------