Repository: brooklyn-docs Updated Branches: refs/heads/0.9.0 24dea0ca9 -> 047fc15e5
Added notices for RPMs in snapshot releases Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/3aea33ae Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/3aea33ae Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/3aea33ae Branch: refs/heads/0.9.0 Commit: 3aea33ae8f967f5fbd258e052e77307512749b3b Parents: 24dea0c Author: Duncan Godwin <[email protected]> Authored: Mon May 2 11:34:08 2016 +0100 Committer: Duncan Godwin <[email protected]> Committed: Fri May 13 12:06:36 2016 +0100 ---------------------------------------------------------------------- guide/start/running.md | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/3aea33ae/guide/start/running.md ---------------------------------------------------------------------- diff --git a/guide/start/running.md b/guide/start/running.md index df59011..2ffb275 100644 --- a/guide/start/running.md +++ b/guide/start/running.md @@ -57,11 +57,17 @@ $ cd apache-brooklyn-{{site.brooklyn-version}}-vagrant <strong class="hidden started-pdf-include">b) Centos / RHEL 7</strong> +{% if site.brooklyn-version contains 'SNAPSHOT' %}<strong>Please note, an RPM is not available for snapshot builds</strong>{% endif %} + For Centos 7 and RHEL 7 users, the recommended way to install Apache Brooklyn on RPM-based Linux distributions is by using the RPM package. RPM is the de facto standard for packaging software on these Linux distributions and provides a mechanism for installing, upgrading and removing packages such as Apache Brooklyn. The RPM package contains all the necessary files associated with the Apache Brooklyn application. +{% if site.brooklyn-version contains 'SNAPSHOT' %} +This is a snapshot build and no RPM is available, please download [a different version]({{site.path.website}}/download/) or go to [the latest release version](http://brooklyn.apache.org/v/latest/start/running.html) instead. +{% else %} Download the Apache Brooklyn [RPM distribution](https://www.apache.org/dyn/closer.lua/brooklyn/apache-brooklyn-{{site.brooklyn-version}}/apache-brooklyn-{{site.brooklyn-version}}-1.noarch.rpm){:target="_blank"}. +{% endif %} Once downloaded, run the following shell command as root:
