Activiti / activiti-modeling-app

Activiti Modeling Application
Apache License 2.0
184 stars 93 forks source link

Create BPMN diagram using modeling app deployed locally without auth #293

Open shahamit opened 2 years ago

shahamit commented 2 years ago

I would like to visually model a bpmn diagram using the activiti modeling app. I also want to disable authentication in order to avoid deploying keycloak and any other components. I tried with the docker-run command mentioned in the README file but it fails since there is no docker repository on docker-hub named "alfresco/alfresco-modeling-app:latest"

How can I deploying alfresco-modeling-app locally without authentication allowing anyone to access the application?

Thanks.