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 <[email protected]> Authored: Mon Jun 27 18:19:52 2016 -0400 Committer: Clebert Suconic <[email protected]> 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
