Camunda camunda BPM for ...

Heroku  Tomcat  Postgres

Deploy camunda BPM standalone on Heroku

Either you just push that button... :-)

Deploy

... and you will be asked to decide about the needed camunda BPM version on the next page.

Or if you prefer the command line:

git clone git@github.com:plexiti/camunda-webapp-tomcat-standalone-heroku.git
cd camunda-webapp-tomcat-standalone-heroku
heroku create --region eu
git push heroku master
heroku open

That's all there is to it. Have fun! Then star this repository :-), but also have even more fun and ...

Deploy a different (than default) version

If you don't want to use the button above, just set the pom.xml property camunda-bpm.version - and you are done. Or, as a second possibility you can set an environment variable called CAMUNDA_BPM_VERSION:

heroku config:set CAMUNDA_BPM_VERSION=7.2.0-alpha5

The maven build creates a war overlay and uses a defensive xsl:stylesheet to add the postgres configuration required for Heroku to camunda's applicationContext. So everything should continue to work fine, even if that applicationContext changes in the future. If not, please report an issue here at GitHub!

## Maintainer

Martin Schimak - eMail - GitHub - Blog

## License

Apache License, Version 2.0