Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxlevel3
minlevel2
typeflat
separatorpipe

...

The Confluence server must have the Graph Visualization Software (Graphviz) package installed for the Graphviz Diagrams for Confluence macros to work. The Graphviz package is free and supports a variety of operating systems including those supported by Confluence. 

Tip
titleTest your Graphviz installation

After you have installed Graphviz, make sure the dot executable is run from a command line using the same environment (especially, path) used to startup Confluence.

If Confluence cannot find the executable, macro errors are shown in Confluence like - No useable executable name defined in graphviz.properties....

Downloading Graphviz

Before you can use Graphviz Diagrams for Confluence, you must download and install Graph Visualization Software (Graphviz) on the system where you are running Confluence. Download the correct version of the software that matches your environment.  You can find the available versions on the Graphviz Downloads page.  Once the download is complete, follow the instructions given below for your operating system. 

Graphviz on Windows

  1. Download the installer from this link.
  2. The default installation path is: C:\Program Files (x86)\GraphvizX.XX\bin (Example: GraphvizX.XX → Graphviz 2.38)
  3. Open command line window as administrator and go the location C:\Program Files (x86)\GraphvizX.XX\bin and run the following command:

    No Format
    dot.exe


  4. Exit the command line window.

  5. Go to Control Panel >  System and Security > System, and on the right side navigation panel, click the Advanced systems settings link.

  6. In Advance settings, a dialogue box opens that shows the Environment Variables button. Click the button.

  7. Anchor
    gviz_install_step7
    gviz_install_step7
    Select the entry Path in the system variables section and add C:\Program Files (x86)\GraphvizX.XX\bin to the existing path. Please see the below screenshot for reference.

    Note

    Please make sure you add ";" at the PATH which already exists under User variables and mention the path C:\Program Files (x86)\GraphvizX.XX\bin. Also please add a new path on the System variables section and add the C:\Program Files (x86)\GraphvizX.XX\bin path.


  8. Click OK. 

  9.  Restart Confluence from a new command line window.
  10. Go to the System information page in your Confluence instance.
  11. Verify if you can see C:\Program Files (x86)\GraphvizX.XX\bin in the Path attribute on the page. If the path is available, that means that the configuration changes are successful. 
  12. Go the page where you have used the macro and verify if the apps work.
  13. Restart Confluence.
  14. Verify the app works by creating a page with a simple flowchart macro such as:

    No Format
    {flowchart} 
    A -> B
    {flowchart}


...

  1. As per Graphviz team's suggestion, use the latest executable and missing config, that is, graphviz-2.43 file available on their page.
  2. You must install the .exe and copy the config6 file in the bin folder after successful installation. Note that if config6 file is comes with installation, you can skip copying it manually to the bin folder.
  3. After the installation is complete, follow the steps 7-15 mentioned in the previous section with the latest 2.43.x version of Graphviz.
  4. Check with dot -V at the command prompt whether your changes are reflected.

...