User Tools

Site Tools


kb:common:plantuml

This is an old revision of the document!


PlantUML

RAT Integration

Java
GraphViz

GraphViz is an open-source graph visualization software. It provides a program called dot. This dot program is able to generate a directed graph from a textual description.

You will need to add the path to the Graphviz bin directory to the PATH variable.

Optionally, create an environment variable called GRAPHVIZ_DOT that points to the DOT executable.


For setting environment variables like PATH, see the our **Shell dokuwiki page**.


Synology NAS Docker

  1. in docker webinterface register & download plantuml/plantuml-server
  2. under image start image
  3. configure a local port
  4. create firewall rule for that port in synology DS
  5. [create port forwarding rule for that port in router]

Notepad++ integration

  1. install java
  2. move UDL to folder for import
  3. %AppData%\Notepad++\userDefineLangs
  4. restart notepad++
  5. create plantuml.bat
  6. menu execute –> run external program insert cmd PathToYour\PlantUML\plantuml.bat “$(FULL_CURRENT_PATH)”

content of plantuml.bat

   @echo off
   java -jar Z:\plantUML\plantuml.jar -charset UTF-8 -o "C:\Users\ae\Pictures" %1
kb/common/plantuml.1647529736.txt.gz · Last modified: 2022/03/17 15:08 by joerg.hampel