Github user aledsage commented on a diff in the pull request:
https://github.com/apache/brooklyn-docs/pull/79#discussion_r67829739
--- Diff: guide/ops/starting-stopping-monitoring.md ---
@@ -0,0 +1,66 @@
+---
+title: Starting, Stopping and Monitoring
+layout: website-normal
+---
+
+**NOTE:** This document is for information on starting an Apache Brooklyn
+Server. For information on using the Brooklyn Client CLI to access an
already
+running Brooklyn Server, refer to [Client CLI Reference](cli/index.html).
+
+
+## Starting
+
+To launch Brooklyn, from the directory where Brooklyn is unpacked, run:
+
+{% highlight bash %}
+% bin/brooklyn launch > /dev/null 2>&1 & disown
--- End diff --
It feels like this bit is duplicating
http://brooklyn.apache.org/v/latest/ops/server-cli-reference.html
Perhaps we should just reference that instead of having the
starting/stopping sub-sections, and ensure that the server-cli-reference is
good enough?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---