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/16 20:57:14 UTC

svn commit: r792810 - in /websites/staging/esme/trunk/content/docs/install: esme-installation-guides.html install-linux.html windows-xp.html

Author: buildbot
Date: Sat Jul 16 18:57:13 2011
New Revision: 792810

Log:
Staging update by buildbot

Added:
    websites/staging/esme/trunk/content/docs/install/install-linux.html
    websites/staging/esme/trunk/content/docs/install/windows-xp.html
Modified:
    websites/staging/esme/trunk/content/docs/install/esme-installation-guides.html

Modified: websites/staging/esme/trunk/content/docs/install/esme-installation-guides.html
==============================================================================
--- websites/staging/esme/trunk/content/docs/install/esme-installation-guides.html (original)
+++ websites/staging/esme/trunk/content/docs/install/esme-installation-guides.html Sat Jul 16 18:57:13 2011
@@ -52,14 +52,14 @@
   <div id="content">
     <h1 class="title">ESME Installation Guides</h1>
     <ul>
-<li><a href="http://cwiki.apache.org/confluence/display/ESME/Windows+XP+Installation+Guide+%28revision+885445%29">Windows XP - Revision 885445</a></li>
+<li><a href="windows-xp.html">Windows XP - Revision 885445</a></li>
 <li>[Windows Vista] (windows-vista-installation-guide.html)</li>
 <li>[Mac OS X] (mac-os-x-10.6-installation-guide.html)</li>
-<li>Linux<a href="http://cwiki.apache.org/confluence/display/ESME/Linux+%28Debian+-+Ubuntu%29+Installation+Guide">Debian - Ubuntu</a></li>
-<li><a href="esme:stax.html">CloudBees</a> </li>
-<li><a href="esme:stax.html">SAP Netweaver Composition Environment (CE)</a> </li>
+<li><a href="install-linux.html">Linux Debian - Ubuntu</a></li>
+<li><a href="stax.html">CloudBees</a> </li>
+<li><a href="ce-installation-guide.html">SAP Netweaver Composition Environment (CE)</a> </li>
 <li><a href="esme-mailet-install-guide.html">ESME Mailet Install Guide</a> </li>
-<li><a href="esme-mailet-install-guide.html">Java Servlet Container Installation Guide</a> </li>
+<li><a href="java-servlet-container-installation-guide.html">Java Servlet Container Installation Guide</a> </li>
 <li><a href="esme-desktop-client-server-config.html">Desktop Client Server Config</a> </li>
 </ul>
   </div>

Added: websites/staging/esme/trunk/content/docs/install/install-linux.html
==============================================================================
--- websites/staging/esme/trunk/content/docs/install/install-linux.html (added)
+++ websites/staging/esme/trunk/content/docs/install/install-linux.html Sat Jul 16 18:57:13 2011
@@ -0,0 +1,108 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE- 2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+  <link href="/css/esme.css" rel="stylesheet" type="text/css">
+  <title>Apache ESME - Linux Debian - Ubuntu Installation Guide
</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <link rel="icon" type="image/png" href="/images/esme-logo/stanbol-favicon.png"/>
+</head>
+
+<body>
+  <div id="navigation">
+  <img alt="Apache ESME" width="149" height="106" src="/images/esme-logo/Esme_icon.png"/>
+  <h1 id="esme_links">ESME links</h1>
+<ul>
+<li><a href="/index.html">Home</a></li>
+<li><a href="/team.html">Project Team</a></li>
+<li><a href="/docs/install/esme-installation-guides.html">Installation Guides</a></li>
+<li><a href="/docs/apis/api.html">APIs</a></li>
+<li><a href="/docs/clients/apache-esme-clients.html">Clients</a></li>
+<li><a href="/actions.html">Actions</a></li>
+<li><a href="/faq.html">FAQ</a></li>
+<li><a href="http://blogs.apache.org/esme/">Blog</a></li>
+</ul>
+<h1 id="asf_links">ASF links</h1>
+<ul>
+<li><a href="http://www.apache.org">Apache Software Foundation</a></li>
+<li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
+<li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+  </div>
+
+  <div id="content">
+    <h1 class="title">Linux Debian - Ubuntu Installation Guide
</h1>
+    <h2 id="prerequisites">Prerequisites</h2>
+<ul>
+<li>Subversion: apt-get install subversion</li>
+<li>Maven: apt-get install maven2</li>
+<li>Jetty: apt-get install jetty</li>
+</ul>
+<h2 id="checkout_latest_esme_build_and_run">Checkout latest ESME, build, and run</h2>
+<p>Run the following commands, starting in the directory where you want
+to download ESME:
+1. svn checkout http://svn.apache.org/repos/asf/esme/trunk esme</p>
+<ol>
+<li>
+<p>In /server/pom.xml comment out line 262 - 276 (the following plugin):
+           <plugin>
+               <groupId>net.sf.alchim</groupId>
+               <artifactId>yuicompressor-maven-plugin</artifactId>
+               <executions>
+                   <execution>
+                       <goals>
+                           <goal>compress</goal>
+                       </goals>
+                   </execution>
+               </executions>
+               <configuration>
+                   <nosuffix>true</nosuffix>
+                   <jswarn>false</jswarn>
+               </configuration>
+           </plugin></p>
+</li>
+<li>
+<p>cd esme/server/</p>
+</li>
+<li>
+<p>mvn jetty:run
+The fourth step can take a while the first time it is run as it needs
+to download all of ESME's dependencies (and there are quite a few of
+those).</p>
+</li>
+</ol>
+<p>After this you should be able to open your web browser and navigate tohttp://localhost:8080/ and see ESME running!</p>
+  </div>
+
+  <div id="footer">
+    <div class="copyright">
+      <p>
+        Copyright &copy; 2010 The Apache Software Foundation, Licensed under
+        the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <br />
+        Apache, ESME and the Apache feather and ESME logos are trademarks of The Apache Software Foundation.
+      </p>
+    </div>
+  </div>
+
+</body>
+</html>

Added: websites/staging/esme/trunk/content/docs/install/windows-xp.html
==============================================================================
--- websites/staging/esme/trunk/content/docs/install/windows-xp.html (added)
+++ websites/staging/esme/trunk/content/docs/install/windows-xp.html Sat Jul 16 18:57:13 2011
@@ -0,0 +1,123 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE- 2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+  <link href="/css/esme.css" rel="stylesheet" type="text/css">
+  <title>Apache ESME - Windows XP Installation Guide
</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <link rel="icon" type="image/png" href="/images/esme-logo/stanbol-favicon.png"/>
+</head>
+
+<body>
+  <div id="navigation">
+  <img alt="Apache ESME" width="149" height="106" src="/images/esme-logo/Esme_icon.png"/>
+  <h1 id="esme_links">ESME links</h1>
+<ul>
+<li><a href="/index.html">Home</a></li>
+<li><a href="/team.html">Project Team</a></li>
+<li><a href="/docs/install/esme-installation-guides.html">Installation Guides</a></li>
+<li><a href="/docs/apis/api.html">APIs</a></li>
+<li><a href="/docs/clients/apache-esme-clients.html">Clients</a></li>
+<li><a href="/actions.html">Actions</a></li>
+<li><a href="/faq.html">FAQ</a></li>
+<li><a href="http://blogs.apache.org/esme/">Blog</a></li>
+</ul>
+<h1 id="asf_links">ASF links</h1>
+<ul>
+<li><a href="http://www.apache.org">Apache Software Foundation</a></li>
+<li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
+<li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+  </div>
+
+  <div id="content">
+    <h1 class="title">Windows XP Installation Guide
</h1>
+    <h2 id="jre6">JRE6</h2>
+<p>Get the latest JRE 6 from Sun: http://java.sun.com/javase/downloads/index.jsp
+Follow the installation instructions
+Check if the JAVA_HOME environment variable is set correctly</p>
+<p>Start &gt; Control Panel &gt; System &gt; Advanced &gt; Environment Variables
+Under "System variables" you should see a JAVA_HOME entry</p>
+<p>If there is such a variable click on "Edit" and check if the path lead to the corresponding JRE 6 path (e.g. C:Program FilesJavajre6)
+If the variable is missing click on "New", set the "Variable name" to JAVA_HOME and the "Variable value" to the right path (e.g. C:Program FilesJavajre6)
+In case you have a proxy for your internet connection you should check the Java network settings</p>
+<p>Start &gt; Control Panel &gt; Java &gt; Network settings
+If the default setting is not correct (use browser settings) enter your proxy settings directly</p>
+<h2 id="apache_tomcat">Apache Tomcat</h2>
+<p>Get the latest Tomcat release: http://tomcat.apache.org/download-55.cgi (the "Windows Service Installer" is the best choice), install and start it. Remember your port number.
+During the installation procedure you can take the default (port 8080) or port 80.</p>
+<h2 id="maven">Maven</h2>
+<p>Get the latest Maven release: http://maven.apache.org/download.html
+Unzip the file on your machine (preferably with no blanks in the path name, e.g. c:maven)
+Some environment variables need to be set.</p>
+<p>Start &gt; Control Panel &gt; System &gt; Advanced &gt; Environment Variables
+Add the following system variables with the corresponding values
+Variable: M2_HOME    Value: <path you've unzipped maven> (e.g. c:maven)
+Variable: M2     Value: %M2_HOME%bin
+Variable: MAVEN_OPTS     Value: -Xms256m -Xmx512m
+In case you have a proxy for your internet connection you need to change the settings.xml file in the conf directory.</p>
+<proxies>
+   <proxy>
+      <active>true</active>
+      <protocol>http</protocol>
+      <host>proxy</host>
+      <port>8080</port>
+    </proxy>
+  </proxies>
+
+<p>On windows, the file can be found at C:Documents and Settings&lt;user&gt;.m2</p>
+<h2 id="get_the_esme_source">Get the ESME source</h2>
+<p>Get the latest source at http://svn.apache.org/repos/asf/esme/trunk/site/build/site/en/download/download.html
+Be aware that the source code might have errors/bugs. Therefore you can try out the following revisions that I've tried out and build successfully:</p>
+<p>Ideally you should have a subversion client installed on your machine (e.g. Tortoise SVN: http://tortoisesvn.net/downloads).</p>
+<p>The next steps describe how you can download the code with the Tortoise svn client:</p>
+<p>In case you have a proxy for your internet connection you need to change the Tortoise SVN settings. After changing click on "OK". </p>
+<p>Start the checkout with the SVN client (right-click mouse on an empty directory). </p>
+<p>Enter the URL to the ESME repository. In case you want to have the most current sources select "HEAD revision". If you want to be on the safe side take one of the revisions listed above. </p>
+<p>After clicking "OK" the code should start downloading.</p>
+<h2 id="building_esme">Building ESME</h2>
+<p>Start the command line: press the <windows > and <R> key.
+Change to the trunkserver directory of the downloaded ESME code (with cd xxxxx).
+Start the build with mvn install.
+If no errors appeared you can find a .WAR file in the trunkservertarget directory.</p>
+<h2 id="deploying_esme">Deploying ESME</h2>
+<p>Ensure that the Tomcat service is running.
+Take the .war file and rename it to esme.war.
+Copy the file to the tomcat webapps directory (e.g. C:tomcat60webapps). Tomcat will expand the war file automatically.
+Now you've deployed ESME on the tomcat server.</p>
+<h2 id="starting_esme">Starting ESME</h2>
+<p>Go to your browser and call the address http://localhost:<tomcat port you've selected>/esme</p>
+  </div>
+
+  <div id="footer">
+    <div class="copyright">
+      <p>
+        Copyright &copy; 2010 The Apache Software Foundation, Licensed under
+        the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <br />
+        Apache, ESME and the Apache feather and ESME logos are trademarks of The Apache Software Foundation.
+      </p>
+    </div>
+  </div>
+
+</body>
+</html>