Author: smumford
Date: 2011-12-11 17:15:32 -0500 (Sun, 11 Dec 2011)
New Revision: 8231
Modified:
epp/docs/branches/5.2/Admin_Guide/en-US/chapter-3-Command_Line_Interface.xml
Log:
JBEPP-1450: Changed gatein-management-cli deploy instructions for production docs
Modified: epp/docs/branches/5.2/Admin_Guide/en-US/chapter-3-Command_Line_Interface.xml
===================================================================
---
epp/docs/branches/5.2/Admin_Guide/en-US/chapter-3-Command_Line_Interface.xml 2011-12-09
22:06:08 UTC (rev 8230)
+++
epp/docs/branches/5.2/Admin_Guide/en-US/chapter-3-Command_Line_Interface.xml 2011-12-11
22:15:32 UTC (rev 8231)
@@ -16,18 +16,12 @@
<title>Deploying the CLI</title>
<para>
- To deploy the CLI you must first build the gatein-management project. The source
is available on
- <ulink
url="http://github.com/gatein/gatein-management">github</...
- . Once built you can then deploy the web application to a GateIn instance like
below:
+ The JBoss Enterprise Portal Platform distribution includes a war archive of the
gatein-management-cli application.
</para>
- <example>
- <title>Copy CLI artifact as an exploded war to application
server</title>
- <programlisting>cp -r cli/target/gatein-management-cli
$JBOSS_HOME/server/default/deploy/gatein-management-cli.war</programlisting>
- </example>
- <important>
- <title>Important</title>
- <para>The CLI web application must be deployed as an exploded
war</para>
- </important>
+ <para>
+ To deploy the application, copy the
<filename><replaceable><JBOSS_HOME></replaceable>/gatein-management/gatein-management-cli.war</filename>
to the <filename>deploy</filename> directory of your portal profile
(<filename><replaceable><JBOSS_HOME></replaceable>/server/<replaceable>default</replaceable>/deploy/</filename>,
for example).
+ </para>
+
</section>
<section id="sid-8094332_GateInManagement-RunningtheCLI">