Remove split files
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/00f3096b Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/00f3096b Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/00f3096b Branch: refs/heads/master Commit: 00f3096b49d5c59c0ed530c27ff8adc4ce23f5e1 Parents: f38b9e7 Author: drigodwin <[email protected]> Authored: Wed Apr 12 23:29:21 2017 +0100 Committer: drigodwin <[email protected]> Committed: Wed Apr 12 23:29:21 2017 +0100 ---------------------------------------------------------------------- guide/start/running/control.md | 25 --------- guide/start/running/index.md | 28 ---------- guide/start/running/install.md | 101 ------------------------------------ guide/start/running/launch.md | 72 ------------------------- 4 files changed, 226 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/00f3096b/guide/start/running/control.md ---------------------------------------------------------------------- diff --git a/guide/start/running/control.md b/guide/start/running/control.md deleted file mode 100644 index 29e403d..0000000 --- a/guide/start/running/control.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -section: Control Apache Brooklyn -section_type: inline -section_position: 3 ---- - -## Control Apache Brooklyn - -Apache Brooklyn has a web console which can be used to control the application. The Brooklyn log will contain the -address of the management interface: - -<pre> -INFO Started Brooklyn console at http://127.0.0.1:8081/, running classpath://brooklyn.war -</pre> - -By default it can be accessed by opening [127.0.0.1:8081](http://127.0.0.1:8081){:target="_blank"} in your web browser. - -The rest of this getting started guide uses the Apache Brooklyn command line interface (CLI) tool, `br`. -This tool is both distributed with Apache Brooklyn or can be downloaded using the most appropriate link for your OS: - -* [Windows](https://www.apache.org/dyn/closer.lua/brooklyn/apache-brooklyn-{{site.brooklyn-version}}-client-cli-windows.zip) -* [Linux](https://www.apache.org/dyn/closer.lua/brooklyn/apache-brooklyn-{{site.brooklyn-version}}-client-cli-linux.tar.gz) -* [OSX](https://www.apache.org/dyn/closer.lua/brooklyn/apache-brooklyn-{{site.brooklyn-version}}-client-cli-macosx.tar.gz) - -For details on the CLI, see the [Client CLI Reference](../ops/cli/) page. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/00f3096b/guide/start/running/index.md ---------------------------------------------------------------------- diff --git a/guide/start/running/index.md b/guide/start/running/index.md deleted file mode 100644 index ce923d1..0000000 --- a/guide/start/running/index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Running Apache Brooklyn -title_in_menu: Running Apache Brooklyn -layout: website-normal -menu_parent: /guide/start/index.md ---- - -This guide will walk you through deploying an example 3-tier web application to a public cloud, and demonstrate the autoscaling capabilities of the Brooklyn platform. - -An overview of core [Brooklyn concepts](./concept-quickstart.html){:target="_blank"} is available for reference. - -Two methods of deployment are detailed in this tutorial, using virtualisation with Vagrant and an install in your own environment (such as your local machine or in your private/public cloud). - -The latter assumes that you have a [Java Runtime Environment (JRE)](https://www.java.com){:target="_blank"} installed (version 7 or later), as Brooklyn is Java under the covers. - -To get you up-and-running quickly, the Vagrant option will provision four compute nodes for you to deploy applications to. - - -{% child_content %} - - -## Next - -<div class="started-pdf-exclude"> - -The first thing we want to do with Brooklyn is **[deploy a blueprint](blueprints.html)**. - -</div> http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/00f3096b/guide/start/running/install.md ---------------------------------------------------------------------- diff --git a/guide/start/running/install.md b/guide/start/running/install.md deleted file mode 100644 index ae787ca..0000000 --- a/guide/start/running/install.md +++ /dev/null @@ -1,101 +0,0 @@ ---- -section: Install Apache Brooklyn -section_type: inline -section_position: 1 ---- - -## Install Apache Brooklyn - -{::options parse_block_html="true" /} - -<ul class="nav nav-tabs"> - <li class="active impl-1-tab"><a data-target="#impl-1, .impl-1-tab" data-toggle="tab" href="#">Vagrant</a></li> - <li class="impl-2-tab"><a data-target="#impl-2, .impl-2-tab" data-toggle="tab" href="#">Centos / RHEL 7</a></li> - <li class="impl-3-tab"><a data-target="#impl-3, .impl-3-tab" data-toggle="tab" href="#">OSX / Linux</a></li> - <li class="impl-4-tab"><a data-target="#impl-4, .impl-4-tab" data-toggle="tab" href="#">Windows</a></li> -</ul> - -<div class="tab-content"> -<div id="impl-1" class="tab-pane fade in active"> - -<strong class="hidden started-pdf-include">a) Vagrant</strong> - -[Vagrant](https://www.vagrantup.com/){:target="_blank"} is a software package which automates the process of setting up virtual machines (VM) such as [Oracle VirtualBox](https://www.virtualbox.org){:target="_blank"}. We recommend it as the easiest way of getting started with Apache Brooklyn. - -Firstly, download and install: - - * [Vagrant](https://www.vagrantup.com/downloads.html){:target="_blank"} - * [Oracle VirtualBox](https://www.virtualbox.org/wiki/Downloads){:target="_blank"} - -Then download the provided Apache Brooklyn vagrant configuration from [here](https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-{{site.brooklyn-version}}/apache-brooklyn-{{site.brooklyn-version}}-vagrant.tar.gz){:target="_blank"}. This archive contains everything you need to create an environment for use with this guide, providing an Apache Brooklyn instance and some blank VMs. - -Extract the `tar.gz` archive and navigate into the expanded `apache-brooklyn-{{site.brooklyn-version}}-vagrant` folder - -{% highlight bash %} -$ tar xvf apache-brooklyn-{{site.brooklyn-version}}-vagrant.tar.gz -$ cd apache-brooklyn-{{site.brooklyn-version}}-vagrant -{% endhighlight %} - - -</div> -<div id="impl-2" class="tab-pane fade"> - -<strong class="hidden started-pdf-include">b) Centos / RHEL 7</strong> - -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. - -Download the Apache Brooklyn [RPM distribution](https://www.apache.org/dyn/closer.lua/brooklyn/apache-brooklyn-{{site.brooklyn-version}}-1.noarch.rpm){:target="_blank"}. - -Once downloaded, run the following shell command as root: - -{% highlight bash %} -$ yum install apache-brooklyn-{{site.brooklyn-version}}-1.rpm -{% endhighlight %} - -</div> -<div id="impl-3" class="tab-pane fade"> - -<strong class="hidden started-pdf-include">c) OSX / Linux</strong> - -For Linux or OSX please download the Apache Brooklyn `tar.gz` archive from the [download]({{site.path.website}}/download/){:target="_blank"} section. - -{% if brooklyn_version contains 'SNAPSHOT' %} -Extract the `tar.gz` archive (note: as this is a -SNAPSHOT version, your filename will be slightly different): -{% else %} -Extract the `tar.gz` archive and navigate into the expanded `apache-brooklyn-{{ site.brooklyn-version }}` folder. -{% endif %} - -{% if brooklyn_version contains 'SNAPSHOT' %} -{% highlight bash %} -$ tar -zxf apache-brooklyn-dist-{{ site.brooklyn-version }}-timestamp-dist.tar.gz -$ cd apache-brooklyn-{{ site.brooklyn.version }} -{% endhighlight %} -{% else %} -{% highlight bash %} -$ tar -zxf apache-brooklyn-{{ site.brooklyn-version }}-dist.tar.gz -$ cd apache-brooklyn-{{ site.brooklyn.version }} -{% endhighlight %} -{% endif %} - -</div> -<div id="impl-4" class="tab-pane fade"> - -<strong class="hidden started-pdf-include">d) Windows</strong> - -For all versions of Microsoft Windows, please download the Apache Brooklyn zip file from [here]({{site.path.website}}/download/){:target="_blank"}. - -Extract this zip file to a directory on your computer such as `c:\Program Files\brooklyn` where `c` is the letter of your operating system drive. - -</div> -</div> - ---- - -It is not necessary at this time, but depending on what you are going to do, -you may wish to set up other configuration options first: - -* [Security](../ops/brooklyn_properties.html) -* [Persistence](../ops/persistence/) -* [Cloud credentials](../locations/) \ No newline at end of file http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/00f3096b/guide/start/running/launch.md ---------------------------------------------------------------------- diff --git a/guide/start/running/launch.md b/guide/start/running/launch.md deleted file mode 100644 index 4f9ce31..0000000 --- a/guide/start/running/launch.md +++ /dev/null @@ -1,72 +0,0 @@ ---- -section: Launch Apache Brooklyn -section_type: inline -section_position: 2 ---- - -## Launch Apache Brooklyn - -<ul class="nav nav-tabs"> - <li class="active impl-1-tab"><a data-target="#impl-1, .impl-1-tab" data-toggle="tab" href="#">Vagrant</a></li> - <li class="impl-2-tab"><a data-target="#impl-2, .impl-2-tab" data-toggle="tab" href="#">Centos / RHEL</a></li> - <li class="impl-3-tab"><a data-target="#impl-3, .impl-3-tab" data-toggle="tab" href="#">OSX / Linux</a></li> - <li class="impl-4-tab"><a data-target="#impl-4, .impl-4-tab" data-toggle="tab" href="#">Windows</a></li> -</ul> - -<div class="tab-content"> -<div id="impl-1" class="tab-pane fade in active"> - -<strong class="hidden started-pdf-include">a) Vagrant</strong> - -Now start Apache Brooklyn with the following command: - -{% highlight bash %} -$ vagrant up brooklyn -{% endhighlight %} - -You can see if Apache Brooklyn launched OK by viewing the log files with the command - -{% highlight bash %} -$ vagrant ssh brooklyn --command 'sudo journalctl -n15 -f -u brooklyn' -{% endhighlight %} - - -</div> -<div id="impl-2" class="tab-pane fade"> - -<strong class="hidden started-pdf-include">b) Centos / RHEL 7</strong> - -Apache Brooklyn should now have been installed and be running as a system service. It can stopped and started with the standard systemctl commands: - -{% highlight bash %} -$ systemctl start|stop|restart|status brooklyn -{% endhighlight %} - -The application should then output its logs to `/var/log/brooklyn/apache-brooklyn.debug.log` and `/var/log/brooklyn/apache-brooklyn.info.log`. - -</div> -<div id="impl-3" class="tab-pane fade"> - -<strong class="hidden started-pdf-include">c) OSX / Linux</strong> - -Now start Apache Brooklyn with the following command: - -{% highlight bash %} -$ bin/brooklyn launch -{% endhighlight %} - -The application should then output its log into the console and also `apache-brooklyn.debug.log` and `apache-brooklyn.info.log` - -</div> -<div id="impl-4" class="tab-pane fade"> - -<strong class="hidden started-pdf-include">d) Windows</strong> - -You can now start Apache Brooklyn by running `c:\Program Files\brooklyn\bin\brooklyn.bat` - -The application should then output its log into the console and also `c:\Program Files\brooklyn\apache-brooklyn.debug.log` and `c:\Program Files\brooklyn\apache-brooklyn.info.log` - -</div> -</div> - ---- \ No newline at end of file
