Sign inSign up

saidsef/plantuml-server

By saidsef

Updated about 6 years ago

The easiest and quickest way of testing PlantUML is to use one online solution that embedded it

Image
1

819

saidsef/plantuml-server repository overview

You must have Java installed on your machine, and optionally Graphviz software which are used for all diagrams but sequence diagrams and activity beta diagrams.

Make a file containing PlantUML commands, either with an editor or when running other software which calls PlantUML.

@startuml Alice -> Bob: test @enduml

Run (or have the software call) PlantUML with this file as input. The output is an image, which either appears in the other software, or is written to an image file on disk. For example,

Deployment

docker run --pull -p 8080:8080 saidsef/plantuml-server:jetty

Then you can access the server on http://localhost:8080

Tag summary

Content type

Image

Digest

Size

170.8 MB

Last updated

about 6 years ago

docker pull saidsef/plantuml-server:jetty