This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 6e81030d4 Automatic Site Publish by Buildbot
6e81030d4 is described below
commit 6e81030d49dfb1d5998ed388e46fb573e57d9cd2
Author: buildbot <[email protected]>
AuthorDate: Thu Apr 3 13:50:36 2025 +0000
Automatic Site Publish by Buildbot
---
.../artemis-console/documentation/deploying.html | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/output/components/artemis-console/documentation/deploying.html
b/output/components/artemis-console/documentation/deploying.html
index 0ef6ac32d..cde2d9347 100644
--- a/output/components/artemis-console/documentation/deploying.html
+++ b/output/components/artemis-console/documentation/deploying.html
@@ -156,6 +156,27 @@ you can disable authentication by setting the property:</p>
<p>The <a href="console.html#connecting-to-the-broker">connecting</a> chapter
explains how to connect to a running broker</p>
+<h2 id="running-from-the-cli-jbang">Running from the cli (JBang)</h2>
+
+<p>You can install and run Hawtio from CLI using JBang. If you don’t have
JBang locally yet, first install it following:
https://www.jbang.dev/download/</p>
+
+<p>Now you can install the latest Hawtio on your machine using the <a
href="https://www.jbang.dev/">jbang</a> command:</p>
+
+<div class="language-shell highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>jbang app <span class="nb">install
</span>hawtio@hawtio/hawtio
+</code></pre></div></div>
+
+<p>This will allow you to deploy Artemis Console using the following
command:</p>
+
+<div class="language-shell highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>hawtio <span class="nt">--war-location</span>
/pathto/artemis-console-war.war <span class="nt">--context-path</span> /console
+</code></pre></div></div>
+
+<p>The command will automatically open the console at <a
href="http://localhost:8080/console/">http://localhost:8080/hawtio/</a>.</p>
+
+<p>For a full list of configuration options run:</p>
+
+<div class="language-shell highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>hawtio <span class="nt">--help</span>
+</code></pre></div></div>
+
</div>
</div>
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact