GithubHelp home page GithubHelp logo

processmaker-docker's Introduction

ProcessMaker | BPM & Workflow Software Solution

"Enterprises looking for a full Workflow Content Automation Platform with the ability to automate complex workflows should evaluate ProcessMaker. The breadth of capabilities combined with a robust set of industry solutions makes them one to watch."

Take a look at the official Process Maker are two docker images:-

  • One is Non-Commertial Open Source Image and
  • Other is Commercial Paid Image.

Docker Non-Commertial Open Source Image.

Docker Commertial Paid Image.

Today's lesson we are going to set up Non-commertial open source version.

Installation Guideline

first, clone that source repository:

then, navigate to that directory using cd processmaker-docker command.

Generally Running process with docker composer up in demon or background

docker network prune
docker-compose up -d

Open browser with following below steps:-

Note Database not connected properly, cause Host Name not found. So now, inspect into specific mysql container id or name like below and get "IPAddress": "172.16.150.2" from Network Section.

docker ps
docker inspect [396319b4c448]

Or,

docker inspect [processmaker-docker_mysql_1]

Finally, down docker composer process

docker-compose -f down

Docker Compose from, Custom docker composer file name

To run docker compose from file

docker-compose docker-compose-ce.yml up
docker-compose docker-compose-paid.yml up
docker-compose "C:\Users\mesadhan\Desktop\processmaker-docker-paid.yml" up

To stop docker compose from file

  docker-compose -f docker-compose-ce.yml down
  docker-compose -f docker-compose-paid.yml down

Exception Handling

all remove all the unuse network

docker network prune

show all the available networks

docker network ls

show all the available networks

docker network rm [name_network or id] 

References

processmaker-docker's People

Contributors

mesadhan avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

processmaker-docker's Issues

What password for the MySQL root user?

In the ReadMe there are two "Step 4" screenshots:

  • The first "Step 4" screenshot shows a blank field for the MySQL root user's password, along with the error I get in red text and an explanation of how to retrieve the MySQL container's IP address.
  • The second "Step 4" screenshot magically seems to have something entered in the root user's password field which wasn't present on the first screen.

Sadly that same magic doesn't happen for me and I can't find any reference to the password I should be using for the MySQL root user.

Does anyone have any ideas?

Thanks

process

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.