juanitomint / dna2bpm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DNA2BPM

DNA²BPM is an Open Source BPM Suite based on BPMN2.0 standard, it has all the main components needed to design and run BPMN2.0 diagrams plus some other tools.

  • Integrated User Experience
  • BPM Designer (based on Oryx)
  • Execution Engine
  • Simulation Engine (test before release)
  • Case Manager
  • Diagram Browser
  • Integrated Inbox (send/recive from/to BPM processes)
  • Key Process Indicator editor (KPI)
  • Integrated RBAC (Role Based Access Control)
  • Multiple connectors (file, Mongo, MySQL,QR-output, etc)

DNA2BPM is a full blown, ready to use,BPMS build on open source software made to evolve.

Prequisites

In order to test and run dna2bpm you will need:

Git (optional) Apache or Nginx with rewrite engine on for CodeIgniter.

MongoDB php5 php5-mongo MongoDB database driver

RUN local

clone repository (or just copy docker-compose file)

docker-compose up -d

then go to http://localhost/setup to start the setup wizard

Development

Run

docker-compose -f ./docker-compose-develop.yml up -d

you will need to grant write permission to these folders images/avatarNot Writable application/modules/bpm/assets/files/images/model application/modules/bpm/assets/files/images/png application/modules/bpm/assets/files/bpm/assets/files/svg application/modules/bpm/assets/files/images/zip

you can check if permissions are right in http://localhost/setup/users

Build Image

for an stand -alone image

docker build -t $DOCKER_IMAGENAME:$VERSION .

Version

Beta 0.9.11

Change Log

https://gitlab.com/dna2/origin/commits/development

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 66.1%Language:CSS 13.8%Language:HTML 13.1%Language:PHP 4.7%Language:SCSS 1.5%Language:XSLT 0.4%Language:Hack 0.2%Language:Less 0.1%Language:Ruby 0.0%Language:Shell 0.0%Language:Perl 0.0%Language:Lasso 0.0%Language:Classic ASP 0.0%Language:Java 0.0%Language:ASP.NET 0.0%Language:Python 0.0%Language:Dockerfile 0.0%Language:PowerShell 0.0%Language:Roff 0.0%