Sign inSign up

jogetworkflow/jboss-joget-enterprise

By jogetworkflow

Updated over 8 years ago

Joget Enterprise running on JBoss Wildfly

Image
0

10K+

jogetworkflow/jboss-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, running on JBoss Wildfly.

http://www.joget.org

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/jboss-joget-enterprise

Tag summary

Content type

Image

Digest

Size

614.3 MB

Last updated

over 8 years ago

docker pull jogetworkflow/jboss-joget-enterprise