bonita + Docker

1
0
-1

hi ,

i am at the deployement stage , i succeded to do so with docker .

My problem is when i start bonita from docker it shows the portal interface first while i want to directly show me first the application interface .

Does anyone have any idea how to do that ?

Thanks in advance .

1 answer

1
0
-1

Hello @asma,

When you deploy Bonita with Docker you wil have the image of the runtime server. This runtime automatically opens Bonita Portal (in which version are you?) because Bonita Portal will allow you to log in as an administrator to install your application.

When you deploy your application with Bonita, you have to login as an administrator, import your resources from Bonita Portal in this order:

  1. Organization then profiles

  2. API extensions then pages, layout, themes

  3. Business Data Model then processes

  4. Application descriptor

It is explained in Bonita Camp Chapter 8 (old version) or in Bonita official documentation

HTH

Comments

Submitted by asma on Wed, 08/18/2021 - 11:01

thank you for responding .

I actually did the deployement and it's runing perfectly , but Is there a way to automatically open the application first without passing throught the administrator section ? so when i run bonita from docker it show me directly the application

Notifications