kb:common:plantuml
This is an old revision of the document!
Table of Contents
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
-
in docker webinterface register & download plantuml/plantuml-server
-
under image start image
-
configure a local port
-
create firewall rule for that port in synology DS
-
[create port forwarding rule for that port in router]
Notepad++ integration
-
install java
-
move UDL to folder for import
-
%AppData%\Notepad++\userDefineLangs
-
restart notepad++
-
create plantuml.bat
-
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