Closed christoph-maurer closed 1 year ago
I was able to export the plantuml diagrams with the plantuml extension of vscode. I was able to export the structurizr dsl diagram with https://structurizr.com/dsl . I upload the structurizr diagram to the section Technikbriefing of the EQWIN-P file server.
Well, make diagrams
does not stop in between. It runs the structurizr light web server and waits for web requests under localhost:9090
. So just open that URL in a web browser and you will see the interactive diagrams. It is also possible to export the diagrams in the web app, for example, as PlantUML files. The web app is local light version of the one running under https://structurizr.com/dsl The current set-up still needs to be cleaned-up and documented --- I just made it work for the meeting. Maybe using structurizr is not a good idea in the first place. I like that they support different abstraction levels in the same declarative description of the set-up with the possibilities to add different views following the c4 model. I don't like that the kind of relationships and how they are displayed is very limited compared to PlantUML.
Thank you, @simon-wacker !
I have checkout out the branch
improve-security
. I don't find images. I ranmake diagrams
, but it stops in between.