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/10/15 09:42:55 UTC

svn commit: r797084 - /websites/staging/esme/trunk/content/docs/install/heroku.html

Author: buildbot
Date: Sat Oct 15 07:42:55 2011
New Revision: 797084

Log:
Staging update by buildbot

Added:
    websites/staging/esme/trunk/content/docs/install/heroku.html

Added: websites/staging/esme/trunk/content/docs/install/heroku.html
==============================================================================
--- websites/staging/esme/trunk/content/docs/install/heroku.html (added)
+++ websites/staging/esme/trunk/content/docs/install/heroku.html Sat Oct 15 07:42:55 2011
@@ -0,0 +1,80 @@
+<!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 - </title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <link rel="icon" type="image/png" href="/images/esme-logo/favicon.ico"/>
+</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="/getting-started.html">Getting Started</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="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"></h1>
+    <ol>
+<li>Sign up for a Heroku account at http://www.heroku.com</li>
+<li>Do local workstation setup:
+http://devcenter.heroku.com/articles/scala#local_workstation_setup</li>
+<li>mkdir esme</li>
+<li>svn checkout http://svn.apache.org/repos/asf/esme/trunk/server esme</li>
+<li>cd esme</li>
+<li>rm pom.xml src/main/resources/props/default.props</li>
+<li>mv
+src/main/resources/props/heroku.props src/main/resources/props/default.props</li>
+<li>Follow the instructions here:
+http://devcenter.heroku.com/articles/scala#store_your_app_in_git</li>
+</ol>
+  </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>