Skip to content

allanavelar/heroku-camunda-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

camunda

Camunda BPM Standalone for ...

heroku tomcat postgresql

How to 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:allanavelar/heroku-camunda-webapp.git
cd heroku-camunda-webapp
heroku create --region us
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.5.0-alpha1

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!

About

Camunda Standalone Webapp - Ready for Heroku, Tomcat, Postgres

Topics

Resources

License

Stars

Watchers

Forks

Languages