Running ESME in a PaaS is never quite as easy as one expects but it always provides an excellent chance to learn about such platforms.
Good luck and please keep us informed of your progress. I'll update the page on esme.apache.org appropriately. D. On Sun, Oct 16, 2011 at 9:25 AM, Ethan Jewett <[email protected]> wrote: > Hmmm, clearly I need to do some work on the persistence situation. Seems it > is using the embedded Derby DB, but Heroku shuts down the system when it's > not in use, so data is lost. > > Time to start researching Heroku database connections :-) > > Ethan > > On Saturday, October 15, 2011, Richard Hirsch <[email protected]> wrote: >> Added to site: http://esme.apache.org/docs/install/heroku.html >> >> On Sat, Oct 15, 2011 at 9:28 AM, Richard Hirsch <[email protected]> > wrote: >>> Nice - I'm the first user. >>> >>> R. >>> >>> On Fri, Oct 14, 2011 at 6:09 PM, Ethan Jewett <[email protected]> wrote: >>>> ... >>>> >>>> 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 >>>> >>> >> >
