Author: smumford
Date: 2010-06-10 23:18:34 -0400 (Thu, 10 Jun 2010)
New Revision: 3295
Modified:
epp/docs/branches/EPP_5_0_Branch/Site_Publisher_Release_Notes/en-US/Installation.xml
epp/docs/branches/EPP_5_0_Branch/Site_Publisher_Release_Notes/en-US/Site_Publisher_Release_Notes.ent
Log:
Edits to Installation section
Modified:
epp/docs/branches/EPP_5_0_Branch/Site_Publisher_Release_Notes/en-US/Installation.xml
===================================================================
---
epp/docs/branches/EPP_5_0_Branch/Site_Publisher_Release_Notes/en-US/Installation.xml 2010-06-10
16:21:34 UTC (rev 3294)
+++
epp/docs/branches/EPP_5_0_Branch/Site_Publisher_Release_Notes/en-US/Installation.xml 2010-06-11
03:18:34 UTC (rev 3295)
@@ -6,14 +6,14 @@
<chapter id="chap-Site_Publisher_Release_Notes-Installation">
<title>Installation</title>
<note>
- <title>JASON NOTE</title>
+ <title>DOC NOTE</title>
<para>
- Taken from the eXo Release Notes - I am concerned that the instructions are not
quite correct. I do not see the steps where the customer would add the EAR files into the
Jboss-AS deploy directory. We should check this and make sure these are correct.
+ The instructions below are based on the eXo Release Notes. More information is
required to ensure they are correct.
</para>
</note>
<procedure>
-
+ <title>eXo Install procedure (Doc Note: will be removed)</title>
<step>
<para>
Install Java...
@@ -21,12 +21,6 @@
<para>
Based on JavaEE, Site Publisher runs with version 1.6 so if you are using newer
version, please download and install this version to run Site Publisher. Support for newer
versions of Java will be added in future releases.
</para>
- <note>
- <title>Scott Note</title>
- <para>
- Is this necessary, as anyone using SP will already, by definition, be running EPP,
which needs java to run...
- </para>
- </note>
</step>
<step>
<para>
@@ -60,5 +54,59 @@
</itemizedlist>
</step>
</procedure>
+ <procedure>
+ <title>EPP Install Procedure</title>
+ <step>
+ <para>
+ If you have not already done so, install &PRODUCT; &VERSION;.
+ </para>
+ <para>
+ Installation instructions can be found in the &PRODUCT; Installation Guide at
<ulink type="http"
url="http://www.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platfo...
+ </para>
+ </step>
+ <step>
+ <para>
+ Unzip the Site Publisher package to an appropriate location. In Windows
environments, ensure the path to this location does not contain any spaces.
+ </para>
+ </step>
+ <step>
+ <para>
+ Copy the <filename>X</filename>, <filename>Y</filename> and
<filename>Z</filename> EAR files from the
<filename>directory/name</filename> directory in to the
<filename>jboss-as/somewhere/</filename> directory.
+ </para>
+ </step>
+ <step>
+ <para>
+ Start &PRODUCT; using your established method, the procedures outlined in the
&PRODUCT; &VERSION; Installation Guide or by following the steps below.
+ </para>
+ </step>
+ <step>
+ <procedure>
+ <step>
+ <para>
+ Open a command-line terminal session and navigate to the
<filename>bin/</filename> directory in the &PRODUCT; location.
+ </para>
+ </step>
+ <step>
+ <para>
+ Run the command that corresponds to your operating environment.
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ In Windows:
+ </para>
+<programlisting>run.bat</programlisting>
+ </listitem>
+ <listitem>
+ <para>
+ In Unix/Linux/cygwin:
+ </para>
+<programlisting>./run.sh</programlisting>
+ </listitem>
+ </itemizedlist>
+ </step>
+ </procedure>
+ </step>
+ </procedure>
</chapter>
Modified:
epp/docs/branches/EPP_5_0_Branch/Site_Publisher_Release_Notes/en-US/Site_Publisher_Release_Notes.ent
===================================================================
---
epp/docs/branches/EPP_5_0_Branch/Site_Publisher_Release_Notes/en-US/Site_Publisher_Release_Notes.ent 2010-06-10
16:21:34 UTC (rev 3294)
+++
epp/docs/branches/EPP_5_0_Branch/Site_Publisher_Release_Notes/en-US/Site_Publisher_Release_Notes.ent 2010-06-11
03:18:34 UTC (rev 3295)
@@ -1,6 +1,6 @@
<!ENTITY PRODUCT "JBoss Enterprise Portal Platform">
<!ENTITY JBEPP "JBoss Enterprise Portal Platform">
-<!ENTITY VERSION "5.0.1">
+<!ENTITY VERSION "5.0">
<!ENTITY BOOKID "Site Publisher Release Notes">
<!ENTITY YEAR "2010">
<!ENTITY HOLDER "Red Hat, Inc">