[jboss-svn-commits] JBoss Portal SVN: r5663 - in docs/trunk/referenceGuide/en: images/setup modules

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Nov 15 14:20:48 EST 2006


Author: roy.russo at jboss.com
Date: 2006-11-15 14:20:40 -0500 (Wed, 15 Nov 2006)
New Revision: 5663

Added:
   docs/trunk/referenceGuide/en/images/setup/svncodir.gif
Removed:
   docs/trunk/referenceGuide/en/images/setup/cvscodir.gif
Modified:
   docs/trunk/referenceGuide/en/images/setup/build_deploy.gif
   docs/trunk/referenceGuide/en/images/setup/build_ds.gif
   docs/trunk/referenceGuide/en/images/setup/build_ds_dir.gif
   docs/trunk/referenceGuide/en/images/setup/package.gif
   docs/trunk/referenceGuide/en/modules/installation.xml
Log:
JBPORTAL-1116 - Update Installation chapter for 2.6

Modified: docs/trunk/referenceGuide/en/images/setup/build_deploy.gif
===================================================================
(Binary files differ)

Modified: docs/trunk/referenceGuide/en/images/setup/build_ds.gif
===================================================================
(Binary files differ)

Modified: docs/trunk/referenceGuide/en/images/setup/build_ds_dir.gif
===================================================================
(Binary files differ)

Deleted: docs/trunk/referenceGuide/en/images/setup/cvscodir.gif
===================================================================
(Binary files differ)

Modified: docs/trunk/referenceGuide/en/images/setup/package.gif
===================================================================
(Binary files differ)

Added: docs/trunk/referenceGuide/en/images/setup/svncodir.gif
===================================================================
(Binary files differ)


Property changes on: docs/trunk/referenceGuide/en/images/setup/svncodir.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: docs/trunk/referenceGuide/en/modules/installation.xml
===================================================================
--- docs/trunk/referenceGuide/en/modules/installation.xml	2006-11-15 18:54:20 UTC (rev 5662)
+++ docs/trunk/referenceGuide/en/modules/installation.xml	2006-11-15 19:20:40 UTC (rev 5663)
@@ -24,7 +24,7 @@
             <xref linkend="install_installer"/>
          </listitem>
       </itemizedlist>
-      <note>As of JBoss Portal 2.4-CR1, we have made available pre-configured clustered versions. They are available
+      <note>Pre-configured clustered versions are available
          from the
          <ulink url="http://labs.jboss.com/portal/jbossportal/download/index.html">download page</ulink>
          , in the same 3 flavors as the non-clustered version. The installation difference, being that they must be
@@ -35,23 +35,29 @@
          for more details on how to customize your clustered install, once deployed.
       </note>
       <note>
-         Binary distributions of JBoss Portal include the WSRP service which is not automatically deployed with the 
+         Binary distributions of JBoss Portal include the WSRP service which is not automatically deployed with the
          source distribution. WSRP is built upon the JBoss WS web service stack. As such, it has some additional
          constraints. In particular, there is a known issue with the version 1.0.0.GA of JBoss WS (bundled with JBoss
          Application Server 4.0.4.GA) that prevents the complete deployment of JBoss Portal's WSRP service if the user
          is not online or behind a firewall/proxy. This, in turn, prevents the deployment of JBoss Portal. If you do not
-         need the WSRP service, you can remove the <emphasis>portal-wsrp.sar</emphasis> file from the
-         <emphasis>jboss-portal.sar</emphasis> file. If you'd like to use the WSRP service, the JBoss WS issue has been
+         need the WSRP service, you can remove the
+         <emphasis>portal-wsrp.sar</emphasis>
+         file from the
+         <emphasis>jboss-portal.sar</emphasis>
+         file. If you'd like to use the WSRP service, the JBoss WS issue has been
          addressed in version 1.0.2.GA of JBoss WS. Please follow the instructions on
          <ulink url="http://wiki.jboss.org/wiki/Wiki.jsp?page=WSRP_UpdateJBossWS">how to upgrade JBoss WS</ulink>
-         as found on <ulink url="http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossPortal">JBoss Portal's wiki</ulink>.
+         as found on
+         <ulink url="http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossPortal">JBoss Portal's wiki</ulink>
+         .
       </note>
    </para>
    <sect1 id="install_bundle">
       <title>Installing from Bundled Download</title>
       <para>This is the easiest and fastest way to get JBoss Portal installed and running. The reason, is that the
          download bundle contains JBoss Application Server, and JBoss Portal uses the embedded Hypersonic
-         Database.</para>
+         Database.
+      </para>
       <sect2>
          <title>Installing the Bundle</title>
          <para>
@@ -128,12 +134,14 @@
             <para>Of course you will need to install JBoss Application Server prior to installing JBoss
                portal, if you didn't do so yet, please install JBoss 4.0.4+ from
                <ulink
-                     url="http://labs.jboss.com/portal/jbossas/download/index.html"
-                     >here</ulink>
+                  url="http://labs.jboss.com/portal/jbossas/download/index.html"
+                  >here
+               </ulink>
                .
                <warning>Make sure to download the JBoss AS Zip version.
                   <emphasis role="bold">DO NOT ATTEMPT to deploy JBoss Portal on the installer version of JBoss
-                     AS!</emphasis>
+                     AS!
+                  </emphasis>
                   We are currently working on aligning the Application installer with JBoss Portal.
                </warning>
             </para>
@@ -251,21 +259,33 @@
                   </para>
                </listitem>
                <listitem>
-                  <para>From CVS, running the following command:
+                  <para>From SVN, using the following URL:
                      <programlisting>
-                        <![CDATA[cvs -d :pserver:anonymous at anoncvs.forge.jboss.com:/cvsroot/jboss co jboss-portal-2.4]]>
+                        <![CDATA[http://anonsvn.jboss.org/repos/portal/trunk/]]>
                      </programlisting>
+                     <note>
+                        For more information on Portal SVN, and accessing different versions of the Portal codebase,
+                        please visit
+                        <ulink url="http://wiki.jboss.org/wiki/Wiki.jsp?page=PortalSVNRepo">this wiki article</ulink>
+                        .
+                     </note>
                   </para>
                </listitem>
             </itemizedlist>
          </para>
          <para>
-            After checking out of CVS or extracting the Source zip, your directory structure should look like this:
+            After checking out of SVN or extracting the Source zip, your directory structure should look like this:
             <mediaobject>
                <imageobject>
-                  <imagedata align="center" valign="middle" fileref="images/setup/cvscodir.gif"/>
+                  <imagedata align="center" valign="middle" fileref="images/setup/svncodir.gif"/>
                </imageobject>
             </mediaobject>
+            <note>
+               The screenshot above, shows the downloaded source directory. Those of you checking out from SVN, will be
+               missing the
+               <emphasis>thirdparty</emphasis>
+               directory. This directory is created when you first run the build in the following steps.
+            </note>
          </para>
       </sect2>
       <sect2>
@@ -275,12 +295,14 @@
             <para>Of course you will need to install JBoss Application Server prior to installing JBoss
                portal, if you didn't do so yet, please install JBoss 4.0.4+ from
                <ulink
-                     url="http://labs.jboss.com/portal/jbossas/download/index.html"
-                     >here</ulink>
+                  url="http://labs.jboss.com/portal/jbossas/download/index.html"
+                  >here
+               </ulink>
                .
                <warning>Make sure to download the JBoss AS Zip version.
                   <emphasis role="bold">DO NOT ATTEMPT to deploy JBoss Portal on the installer version of JBoss
-                     AS!</emphasis>
+                     AS!
+                  </emphasis>
                   We are currently working on aligning the Application installer with JBoss Portal.
                </warning>
             </para>
@@ -463,7 +485,8 @@
          for running JBoss Seam portlets by incorporating required libraries.
          <warning>This method will normally not supply you with the latest version of JBoss Portal. An alternative, is
             to run through the entire install process, and then replace the portal binary with the latest from the JBoss
-            Portal download site.</warning>
+            Portal download site.
+         </warning>
       </para>
       <sect2>
          <title>Running the Installer</title>
@@ -472,11 +495,13 @@
                <listitem>
                   <para>Download the installer package from the JEMS installer page,
                      <ulink
-                           url="http://labs.jboss.com/portal/jemsinstaller/downloads">
-                        here</ulink>
+                        url="http://labs.jboss.com/portal/jemsinstaller/downloads">
+                        here
+                     </ulink>
                      .
                      <warning>DO NOT use the JBoss Application Server Installer, as it will not contain the
-                        portal configuration! You must use this JEMS installer!</warning>
+                        portal configuration! You must use this JEMS installer!
+                     </warning>
                   </para>
                </listitem>
                <listitem>




More information about the jboss-svn-commits mailing list