From: <jbo...@li...> - 2005-11-09 14:15:02
|
Author: aron.gombas Date: 2005-11-09 09:14:48 -0500 (Wed, 09 Nov 2005) New Revision: 1539 Modified: trunk/labs/kosmos/xdocs/reference/reference-manual.xml Log: eXo section added to the manual Modified: trunk/labs/kosmos/xdocs/reference/reference-manual.xml =================================================================== --- trunk/labs/kosmos/xdocs/reference/reference-manual.xml 2005-11-09 14:14:17 UTC (rev 1538) +++ trunk/labs/kosmos/xdocs/reference/reference-manual.xml 2005-11-09 14:14:48 UTC (rev 1539) @@ -853,21 +853,51 @@ <para> - Follow these steps: + <orderedlist> <listitem> - <para>TODO write all the deployment steps</para> + <para>Install eXo as written in its <ulink url="http://www.exoplatform.com/portal/faces/public/exo/home/community/wiki">documentation</ulink>. + You can find eXo at <ulink url="http://www.exoplatform.com">http://www.exoplatform.com</ulink>.</para> </listitem> <listitem> + <para>Deploy <ulink url="http://jakarta.apache.org/slide">Jakarta Slide</ulink> to the Tomcat instance used by eXo + as written in the JBoss AS step-by-step.</para> + + </listitem> + + <listitem> + + <para>You can deploy the server component into the Apache Tomcat + instance used by eXo, by running the server deploy script: + <programlisting>ant -f deploy-server-tomcat.xml</programlisting> + Please don't forget to set the <literal>CATALINA_HOME</literal> + environment variable before. + </para> + + </listitem> + + + <listitem> + + <para>Run the portlet deploy script as: + <programlisting>ant -f deploy-portlet-exo.xml</programlisting> + </para> + + </listitem> + + <listitem> + <para>Lauch eXo, open the default portal page (e.g. <literal>http://localhost:8080/portal</literal>), and login with the default account (<literal>admin</literal> - and <literal>exo</literal>).</para> + and <literal>exo</literal>).</para> Go to page <literal>edit</literal> mode + and add the Kosmos portlets to the page. Change back + to <literal>view</literal> mode. </listitem> @@ -883,15 +913,13 @@ <para> - Follow these steps: + <orderedlist> <listitem> - <para>Install Gridsphere as written in its manual - (<ulink url="http://www.gridsphere.org/gridsphere/docs/UsersGuide/UsersGuide.html">http://www.gridsphere.org/gridsphere/docs/UsersGuide/UsersGuide.html</ulink>). - You can find Gridsphere at <ulink url="http://www.gridsphere.org"> - http://www.gridsphere.org</ulink>.</para> + <para>Install Gridsphere as written in its <ulink url="http://www.gridsphere.org/gridsphere/docs/UsersGuide/UsersGuide.html">manual</ulink>. + You can find Gridsphere at <ulink url="http://www.gridsphere.org">http://www.gridsphere.org</ulink>.</para> </listitem> @@ -969,7 +997,7 @@ <para> - Follow these steps: + <orderedlist> <listitem> @@ -977,8 +1005,7 @@ <para>Install JBoss AS as written in its manual. The current reference documentation both for JBoss AS and JBoss Portal is available from the - <ulink url="http://www.jboss.org"> - http://www.jboss.org</ulink> site.</para> + <ulink url="http://www.jboss.org">http://www.jboss.org</ulink> site.</para> </listitem> @@ -1039,7 +1066,7 @@ <para> - Follow these steps: + <orderedlist> <listitem> |