A desktop solution for BPMN modeling
A tool that allows to create or edit BPMN diagrams, either from scratch or from an external XML specification of a diagram, by granting an editor that is provided with essential editing functionalities.
In order to be able to run this application:
- Install
tk-dev
if you're using Ubuntu, in order to have tkinter development files - Install
asdf
andasdf python plugin
- Run
asdf install
in terminal - Install
docker
anddocker-compose
- Run
docker-compose up
in terminal - You must install all specified libraries in requirements.txt using PIP (Python Package Installer)
- Run the app,
python app.py