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/06/26 15:00:50 UTC

svn commit: r791604 - in /websites/staging/esme/trunk/content: docs/ docs/buildfromSVN.html index.html team.html

Author: buildbot
Date: Sun Jun 26 13:00:50 2011
New Revision: 791604

Log:
Staging update by buildbot

Added:
    websites/staging/esme/trunk/content/docs/
    websites/staging/esme/trunk/content/docs/buildfromSVN.html
Modified:
    websites/staging/esme/trunk/content/index.html
    websites/staging/esme/trunk/content/team.html

Added: websites/staging/esme/trunk/content/docs/buildfromSVN.html
==============================================================================
--- websites/staging/esme/trunk/content/docs/buildfromSVN.html (added)
+++ websites/staging/esme/trunk/content/docs/buildfromSVN.html Sun Jun 26 13:00:50 2011
@@ -0,0 +1,84 @@
+<!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 - Build Apache ESME from Subversion
</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="220" height="101" src="/images/esme-logo/esme-powerd.gif"/>
+  <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/buildfromSVN/">Building ESME</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">Build Apache ESME from Subversion
</h1>
+    <h2 id="mac_os_x_1056">Mac OS X 10.5/6</h2>
+<h3 id="prerequisites">Prerequisites</h3>
+<p>MacPorts (recommended) - install instructions at http://www.macports.org/install.php
+Maven - with MacPorts run command "sudo port install maven"
+Subversion - comes with Mac OS X 10.5/6</p>
+<h3 id="checkout_latest_apache_esme_build_and_run">Checkout latest Apache ESME, build, and run</h3>
+<p>Run the following commands, starting in the directory where you want to download Apache ESME:</p>
+<p>svn checkout http://svn.apache.org/repos/asf/esme/ esme
+cd esme/server/
+mvn jetty:run
+The third step can take a while the first time it is run as it needs to download all of Apache ESME's dependencies (and there are quite a few of those).</p>
+<p>After this you should be able to open your web browser and navigate to http://localhost:80/esme_server_SNAPSHOT_3.0 and see ESME running!</p>
+<h3 id="optionally_running_under_a_separate_tomcat_installation">Optionally running under a separate Tomcat installation</h3>
+<p>Install Tomcat
+Download latest Tomcat 6 Core .zip file from http://tomcat.apache.org/download-60.cgi
+In esme/server directory run "mvn package"
+Copy .war file in esme/server/target directory into the webapps/ directory of your Tomcat installation
+Start Tomcat (bin/startup.sh in the main Tomcat directory)
+Navigate your browser to http://localhost:80/esme_server_SNAPSHOT_3.0</p>
+<h2 id="windows">Windows</h2>
+<h2 id="linux">Linux</h2>
+  </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>

Modified: websites/staging/esme/trunk/content/index.html
==============================================================================
--- websites/staging/esme/trunk/content/index.html (original)
+++ websites/staging/esme/trunk/content/index.html Sun Jun 26 13:00:50 2011
@@ -32,7 +32,7 @@
 <ul>
 <li><a href="/index.html">Home</a></li>
 <li><a href="/team.html">Project Team</a></li>
-<li><a href="/docs/trunk/">Documentation</a></li>
+<li><a href="/docs/buildfromSVN/">Building ESME</a></li>
 </ul>
 <h1 id="asf_links">ASF links</h1>
 <ul>

Modified: websites/staging/esme/trunk/content/team.html
==============================================================================
--- websites/staging/esme/trunk/content/team.html (original)
+++ websites/staging/esme/trunk/content/team.html Sun Jun 26 13:00:50 2011
@@ -32,7 +32,7 @@
 <ul>
 <li><a href="/index.html">Home</a></li>
 <li><a href="/team.html">Project Team</a></li>
-<li><a href="/docs/trunk/">Documentation</a></li>
+<li><a href="/docs/buildfromSVN/">Building ESME</a></li>
 </ul>
 <h1 id="asf_links">ASF links</h1>
 <ul>