Skip to content

almerico/activiti7-cloud-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy way to run activiti7 with docker compose

Prerequisite:

Change DOCKER_IP to your ip in .env You need to have make installed.

Start options

For starting whole system

make all

For starting all services without modeller

make application 

For starting modeler and keycloak

make modeler

To see logs

make logs 

Other available actions

make help

Modeller

To access modeler please use url

http://$DOCKER_IP/activiti-cloud-modeling

For example

http://192.168.1.9/activiti-cloud-modeling

You will be redirected to keycloak where you have to use credentials modeler/password

Start process

If there is no Postman intalled please download Postman https://www.getpostman.com/downloads/ Then

git clone https://github.com/Activiti/activiti-cloud-examples

Then add to Postman collection Activiti v7 REST API.postman_collection.json
Then at the top right choose manage environment then use your own ip in current value tab.
Then use activiti as default environment.
To start work execute getKeycloakToken hruser in postman keycloak folder.
Then run startProcess in rb-my-app postman folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published