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

svn commit: r1183590 - /esme/site/trunk/content/docs/install/heroku.mdtext

Author: rhirsch
Date: Sat Oct 15 07:42:48 2011
New Revision: 1183590

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

Added:
    esme/site/trunk/content/docs/install/heroku.mdtext   (with props)

Added: esme/site/trunk/content/docs/install/heroku.mdtext
URL: http://svn.apache.org/viewvc/esme/site/trunk/content/docs/install/heroku.mdtext?rev=1183590&view=auto
==============================================================================
--- esme/site/trunk/content/docs/install/heroku.mdtext (added)
+++ esme/site/trunk/content/docs/install/heroku.mdtext Sat Oct 15 07:42:48 2011
@@ -0,0 +1,29 @@
+Title:
+Notice:    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.
+
+1. Sign up for a Heroku account at http://www.heroku.com
+2. Do local workstation setup:
+http://devcenter.heroku.com/articles/scala#local_workstation_setup
+3. mkdir esme
+4. svn checkout http://svn.apache.org/repos/asf/esme/trunk/server esme
+5. cd esme
+6. rm pom.xml src/main/resources/props/default.props
+7. mv
+src/main/resources/props/heroku.props src/main/resources/props/default.props
+7. Follow the instructions here:
+http://devcenter.heroku.com/articles/scala#store_your_app_in_git
\ No newline at end of file

Propchange: esme/site/trunk/content/docs/install/heroku.mdtext
------------------------------------------------------------------------------
    svn:eol-style = native