Publishing the project on a web server

1
0
-1

Hi, I would like to know how can I create diagrams on my PC and then publish the workflows on a hosted web server. I want my clients to use the workflows independent of the studio. Please advise if this is possible. If it is, then kindly explain how?

Thanks. PJ

1 answer

1
0
-1

This is perfectly possible,

  1. Download and install studio as your designer
  2. Install your web server - either Tomcat or JBos (these are the favorites)
  3. Install your database - mysql or postgres (or even the internal h2 may be usable depending on your needs) or whatever floats your boat
  4. download the Bonita BPM deployment Bundle and install
  5. depending on your chosen web server and database follow the instructions here
  6. finish your customizations of the application
  7. design your workflows on studio
  8. export the bars from studio
  9. import the bars to the application server - voila! Should have a working installed application on a hosted server...

that's about all there is to it...good luck

best regards Seán

Notifications