Uploading a new process to an already existing Bonita Application on Docker

1
0
-1

Hello, everyone. I hope you are having a great day.

So, I was reading the documentation, and I found out that only users with an Enterprise subscription can compile a Docker image of the Bonita Runtime. But then, I read in here that it is also possible to deploy a process, and then install it to an already existing application through the Bonita Administrator Application.

So, technically, I could just create a Bonita Application, put it inside of a Docker by following these instructions, host that Docker in a service like AWS, and then upload all of the other applications and processes that I create over time to that same instance, couldn't I?

Now, regarding the upload and installation of these new applications, there is no current way of doing it through the API, right? The POST method for the Create a living application endpoint is deprecated since v9.0.0. Thus, the only way to install a new application inside of the Docker would be to copy the compiled app that I want to add inside of the container, and then install it using the admin app. Am I getting this right?

Thanks in advance for your time!

1 answer

1
0
-1

So, I was reading the documentation, and I found out that only users with an Enterprise subscription can compile a Docker image of the Bonita Runtime.

This is not true. Building a Docker image is available for all our users. What is enterprise specific is the access to our private registry and repository to access the enterprise version of our dependencies.

The following article should be deprecated in the latest version.

Thus, the only way to install a new application inside of the Docker would be to copy the compiled app that I want to add inside of the container, and then install it using the admin app. Am I getting this right.

The build already does that for you :) Using the admin app to update processes is now deprecated, and updating your project + rebuilding is the way (in addition to using proper version control for your project)

HTH
Romain

Notifications