You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by bu...@apache.org on 2011/07/17 10:42:22 UTC

svn commit: r792877 - /websites/staging/esme/trunk/content/docs/install/windows-vista-installation-guide.html

Author: buildbot
Date: Sun Jul 17 08:42:22 2011
New Revision: 792877

Log:
Staging update by buildbot

Modified:
    websites/staging/esme/trunk/content/docs/install/windows-vista-installation-guide.html

Modified: websites/staging/esme/trunk/content/docs/install/windows-vista-installation-guide.html
==============================================================================
--- websites/staging/esme/trunk/content/docs/install/windows-vista-installation-guide.html (original)
+++ websites/staging/esme/trunk/content/docs/install/windows-vista-installation-guide.html Sun Jul 17 08:42:22 2011
@@ -52,13 +52,10 @@
 
   <div id="content">
     <h1 class="title">Windows Vista Installation Guide</h1>
-    <p>{info:title=Useful Information}
-This setup instruction is mainly based on Windows (Vista) &amp; Apache Tomcat
+    <p><em>This setup instruction is mainly based on Windows (Vista) &amp; Apache Tomcat
 (version 6.0.18).
 You will find the complete "Installation &amp; Deployment Guide" attatched to
-this page.
-{info}</p>
-<p><a name="WindowsVistaInstallationGuide-InstallationofJava"></a></p>
+this page.</em></p>
 <h2 id="installation_of_java">Installation of Java</h2>
 <ol>
 <li>You need a current installation of a Java Runtime Environment (JRE) on
@@ -91,9 +88,8 @@ URL.)</li>
 <li>Your setup is successful, when you can reach afterwards the following
 page:</li>
 </ol>
-<p>{note:title=Be Careful}For all further examples I assume Tomcat to be
-installed in d:tomcat_60.{note}</p>
-<p><a name="WindowsVistaInstallationGuide-DeploymentoftheESMEApplication"></a></p>
+<p><em>For all further examples I assume Tomcat to be installed in d:tomcat_60.</em>
+<a name="WindowsVistaInstallationGuide-DeploymentoftheESMEApplication"></a></p>
 <h2 id="deployment_of_the_esme_application">Deployment of the ESME Application</h2>
 <ul>
 <li>
@@ -102,36 +98,38 @@ repository (SVN)or setup the application
 binary packages.</p>
 </li>
 <li>
-<p>Steps to deploy the current SVN version
-<em># Make sure, that you have a working installation of the Apache Maven tool
+<p>Steps to deploy the current SVN version</p>
+</li>
+<li>Make sure, that you have a working installation of the Apache Maven tool
 (at <a href="http://maven.apache.org/">http://maven.apache.org/</a>
 ). You can test this by issuing a "mvn --version" command on a command
-line.
-</em># Get the source of the ESME application with any subv ersion
+line.</li>
+<li>Get the source of the ESME application with any subv ersion
 (SVN)-compatilbe client: <a href="http://en.wikipedia.org/wiki/Comparison_of_Subversion_clients">Wikipedia</a>
- has a list with many clients and their features.
-<em># Issue a "svn checkout http://svn.apache.org/repos/asf/incubator/esme"
-command (preferably in an own directory).
-</em># Issue a "mvn install" in the directory, where you stored the SVN files.
+ has a list with many clients and their features.</li>
+<li>Issue a "svn checkout http://svn.apache.org/repos/asf/esme"
+command (preferably in an own directory).</li>
+<li>
+<p>Issue a "mvn install" in the directory, where you stored the SVN files.
 This creates a esme*.war file (most likely in the "target"-subdirectory).</p>
 </li>
 <li>
-<p>Steps to implement the precompiled binary packages 
-<em># Download the binary files from Google code page (at <a href="http://code.google.com/p/esmeproject/downloads/list">http://code.google.com/p/esmeproject/downloads/list</a>
-).
-</em># You will see the following list:
-<em>For hosting an ESME pilot or for the testing, the last three files are
+<p>Steps to implement the precompiled binary packages </p>
+</li>
+<li>Download the binary files from Google code page (at <a href="http://code.google.com/p/esmeproject/downloads/list">http://code.google.com/p/esmeproject/downloads/list</a>
+).</li>
+<li>You will see the following list:</li>
+<li>For hosting an ESME pilot or for the testing, the last three files are
 needed: Download them with a right mouse click to a temporary folder on
-your computer.
-</em># For deployment you need to the contents of the WAR-file and the two
+your computer.</li>
+<li>For deployment you need to the contents of the WAR-file and the two
 jar-files to the right locations. For this to work, you have to stop the
-Apache Tomcat service via the service console.
-<em># Create a directory called esme under d:tomcat_60webapps.(I recommend
+Apache Tomcat service via the service console.</li>
+<li>Create a directory called esme under d:tomcat_60webapps.(I recommend
 not to take over the naming of the WAR file - with the complete date, as
-this requires the later user to remember also the ESME build date)-
-</em># Extract the content of the WAR file to d:tomcat_60webappsesme.
-<em># Now take the the two other Jar-files from your download (lift</em>.jar and
-scala*.jar) and put them to d:tomcat_60webappsesmeWEB-INFlib.</p>
+this requires the later user to remember also the ESME build date)-</li>
+<li>
+<p>Extract the content of the WAR file to d:tomcat_60webappsesme.</p>
 </li>
 <li>
 <p>You are now ready to start the tomcat server (via the service console)
@@ -145,10 +143,12 @@ From now on you can enter the ESME world
 <p><a name="WindowsVistaInstallationGuide-FurtheroptionsforESMEdeployment"></a></p>
 <h2 id="further_options_for_esme_deployment">Further options for ESME deployment</h2>
 <p>As I also need to figure out further options for deployment, I just list my
-ideas here (knowing that these partly need further descriptions).
-* Enabling HTTPS-Encryption on Tomcat (--&gt;
+ideas here (knowing that these partly need further descriptions).</p>
+<ul>
+<li>Enabling HTTPS-Encryption on Tomcat (--&gt;
 http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html) Even some intranets
-require this nowadays.</p>
+require this nowadays.</li>
+</ul>
   </div>
 
   <div id="footer">