Installation & Configuration

Installation

Installation is performed from the Marketplace listing by clicking “Try if free“ button or from the Confluence’s built-in add-on manager.

image-20240117-135009.png

There are no actions required after the installation is complete. The add-on is ready for use.

Free trial lasts for 30 days from the day the trial license is activated.

 

Data center only

The DC add-on depends on the third party library called GraphViz. The library needs to be installed on each DC node. Alternatively, you may opt to use your own PlantUML backend as explained below.

First, run up the server hosting the PlantUML and obtain the URL.

Second, navigate to the configuration page of the add-on in the form of <confluence_url>/plugins/servlet/plantumlcloud/admin and input the URL in the field as shown below.

Docker

You can run the official docker image using command like below:

docker run -d -p 8080:8080 plantuml/plantuml-server:jetty

This makes the PlantUML backend available on http://localhost:8080 which what you need to point the add-on to.