GithubHelp home page GithubHelp logo

yuzinc / docker-flowable Goto Github PK

View Code? Open in Web Editor NEW

This project forked from amarti96/docker-flowable

0.0 2.0 0.0 63.31 MB

Project for integrating all the flowable-components in one docker image

Dockerfile 11.20% Shell 88.80%

docker-flowable's Introduction

Dockerized Flowable

The following text will explain how to perform a dockerized flowable with statefull database. This docker-compose is made of a tomcat+mysql and the tomcat will have the different .war used such as the flowable-rest war.

Build Status contributions welcome Docker Pulls

Table of contents:

Deployment
Check the REST service
Check the UI services

Deployment

In order to get the docker-compose running the first step is clone the git project.

git clone https://github.com/AMarti96/docker-flowable.git

Then, move to the new folder created by the project.

cd docker-flowable

Inside this folder you can find both the docker-compose and different files for the configuration such the different .wars necessary to deploy flowable tomcat.

Now, in order to run the docker-compose you can easily run the following command:

docker-compose up -d

So now you will have your flowable instances running with a MySQL as a database running in the port 8080.

Check the REST service

In order to check everything is done correctly you can do the next request to the flowable-rest (it takes a bit to answer but don't worry):

http://localhost:8080/flowable-rest/service/management/engine

After this you will be asked for a User and a Password, for the flowable-rest it is User: kermit Password: kermit

And you should recieve the following response:

{
  "name": "default",
  "resourceUrl": null,
  "exception": null,
  "version": "6.1.2.0"
}

Now you can start using your dockerized flowable REST API!

NOTE: In case this does not respond properly to your request try to docker-compose down and docker-compose up again your project, this is because sometimes the database is created after the tomcat container so it is not initialized properly, but with the restart everything is fixed

Check the UI services

All the UI flowable's services such as flowable-admin, task, modeler and idm can be easily checked if they are working by trying to access the next url:

http://localhost:8080/<floable-ui-service>

Where can be any of the different ui-apps, such as:

  • flowable-admin
  • flowable-modeler
  • flowable-task
  • flowable-idm

Once you try to access it for the first time an idm user will be required, in this case it is User: admin Password: test. This parameters can be easily changed in the flowable-ui-app.properties.

Here you have an example of what you can see once you enter the flowable-admin page:

Flowable Admin

NOTE: In case something doesn't work properly try to execute the docker-compose without the -d option and don't hesitate to ask me about the error.

docker-flowable's People

Contributors

amarti96 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.