Sign inSign up

jogetworkflow/joget-enterprise

By jogetworkflow

Updated about 1 month ago

Joget Enterprise Edition

Image
9

100K+

jogetworkflow/joget-enterprise repository overview

Introduction

Joget is a platform to easily build enterprise Web apps for cloud and mobile. Build full-fledged apps, e.g. CRM, HR, Healthcare, etc. Drag and drop forms, lists, and UI elements. Add workflows to automate processes. Extend via plugins. Apps are mobile optimized and cloud ready. Download ready made apps from the Joget Marketplace.

This is the Enterprise Edition which provides enterprise-class features and support.

http://www.joget.org

Run Joget with Embedded MySQL

docker run -d -p 8080:8080 -v /var/lib/mysql --name joget jogetworkflow/joget-enterprise

.

Run Joget with Linked MySQL and Container Mounted Volume

docker volume create jogetdata

docker run -d --name jogetdb -p 3306:3306 -e MYSQL_ROOT_PASSWORD=jwdb -e MYSQL_USER=joget -e MYSQL_PASSWORD=joget -e MYSQL_DATABASE=jwdb mysql:5.7

docker run -d --link jogetdb:jwdb --name joget -p 8080:8080 -e MYSQL_HOST=jwdb -e MYSQL_DATABASE=jwdb -e MYSQL_PORT=3306 -e MYSQL_USER=joget -e MYSQL_PASSWORD=joget --mount source=jogetdata,target=/opt/joget/wflow jogetworkflow/joget-enterprise

Tag summary

Content type

Image

Digest

sha256:5677abb85

Size

667.2 MB

Last updated

about 1 month ago

docker pull jogetworkflow/joget-enterprise