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

svn commit: r1147554 - /esme/site/trunk/content/docs/install/windows-vista-installation-guide.mdtext

Author: rhirsch
Date: Sun Jul 17 08:42:12 2011
New Revision: 1147554

URL: http://svn.apache.org/viewvc?rev=1147554&view=rev
Log:
CMS commit to esme by rhirsch

Modified:
    esme/site/trunk/content/docs/install/windows-vista-installation-guide.mdtext

Modified: esme/site/trunk/content/docs/install/windows-vista-installation-guide.mdtext
URL: http://svn.apache.org/viewvc/esme/site/trunk/content/docs/install/windows-vista-installation-guide.mdtext?rev=1147554&r1=1147553&r2=1147554&view=diff
==============================================================================
--- esme/site/trunk/content/docs/install/windows-vista-installation-guide.mdtext (original)
+++ esme/site/trunk/content/docs/install/windows-vista-installation-guide.mdtext Sun Jul 17 08:42:12 2011
@@ -1,12 +1,10 @@
 Title: Windows Vista Installation Guide
-{info:title=Useful Information}
-This setup instruction is mainly based on Windows (Vista) & Apache Tomcat
+
+*This setup instruction is mainly based on Windows (Vista) & Apache Tomcat
 (version 6.0.18).
 You will find the complete "Installation & Deployment Guide" attatched to
-this page.
-{info}
+this page.*
 
-<a name="WindowsVistaInstallationGuide-InstallationofJava"></a>
 ## Installation of Java
 
 1. You need a current installation of a Java Runtime Environment (JRE) on
@@ -40,9 +38,7 @@ URL.)
 1. Your setup is successful, when you can reach afterwards the following
 page:
 
-{note:title=Be Careful}For all further examples I assume Tomcat to be
-installed in d:\tomcat_60.{note}
-
+*For all further examples I assume Tomcat to be installed in d:\tomcat_60.*
 <a name="WindowsVistaInstallationGuide-DeploymentoftheESMEApplication"></a>
 ## Deployment of the ESME Application
 
@@ -51,36 +47,34 @@ repository (SVN)or setup the application
 binary packages.
 
 * Steps to deploy the current SVN version
-*# Make sure, that you have a working installation of the Apache Maven tool
+ 1. Make sure, that you have a working installation of the Apache Maven tool
 (at [http://maven.apache.org/](http://maven.apache.org/)
 ). You can test this by issuing a "mvn --version" command on a command
 line.
-*# Get the source of the ESME application with any subv ersion
+ 1. Get the source of the ESME application with any subv ersion
 (SVN)-compatilbe client: [Wikipedia](http://en.wikipedia.org/wiki/Comparison_of_Subversion_clients)
  has a list with many clients and their features.
-*# Issue a "svn checkout http://svn.apache.org/repos/asf/incubator/esme"
+ 1. Issue a "svn checkout http://svn.apache.org/repos/asf/esme"
 command (preferably in an own directory).
-*# Issue a "mvn install" in the directory, where you stored the SVN files.
+ 1. 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).
 
 * Steps to implement the precompiled binary packages 
-*# Download the binary files from Google code page (at [http://code.google.com/p/esmeproject/downloads/list](http://code.google.com/p/esmeproject/downloads/list)
+ 1. Download the binary files from Google code page (at [http://code.google.com/p/esmeproject/downloads/list](http://code.google.com/p/esmeproject/downloads/list)
 ).
-*# You will see the following list:
-*For hosting an ESME pilot or for the testing, the last three files are
+ 1. You will see the following list:
+ 1. 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.
-*# For deployment you need to the contents of the WAR-file and the two
+ 1. 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.
-*# Create a directory called esme under d:\tomcat_60\webapps.(I recommend
+ 1. Create a directory called esme under d:\tomcat_60\webapps.(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)-
-*# Extract the content of the WAR file to d:\tomcat_60\webapps\esme.
-*# Now take the the two other Jar-files from your download (lift*.jar and
-scala*.jar) and put them to d:\tomcat_60\webapps\esme\WEB-INF\lib.
+ 1. Extract the content of the WAR file to d:\tomcat_60\webapps\esme.
 
-1. You are now ready to start the tomcat server (via the service console)
+* You are now ready to start the tomcat server (via the service console)
 and to see your application running.
 1. Open your browser, and enter the following link:
 http://localhost:8080/esme.
@@ -92,6 +86,7 @@ From now on you can enter the ESME world
 ## Further options for ESME deployment
 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 (-->
 http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html) Even some intranets
 require this nowadays.