... 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
See it in action here (temporarily): http://stormy-sunset-4252.herokuapp.com/ Cheers, Ethan
