Confluence provides a free PlantUML plugin which can be used to create UML diagrams using written text.
If you receive the below error…
…if you’re hosting it on Linux, you likely just need to install Graphviz
. For me, this was as simple as:
$ sudo aptitude update $ sudo aptitude install graphviz
Be the first to comment