From 38e0dfd6833baa7ee606ca251a489ed347aa708d Mon Sep 17 00:00:00 2001 From: Damien Regad Date: Wed, 25 Nov 2020 14:16:59 +0100 Subject: [PATCH] Improve setup documentation for relationship graphs Fixes #27584 --- .../Admin_Guide/en-US/config/relationship.xml | 42 +++++++++++++++---- 1 file changed, 35 insertions(+), 7 deletions(-) diff --git a/docbook/Admin_Guide/en-US/config/relationship.xml b/docbook/Admin_Guide/en-US/config/relationship.xml index f26ae12ff9..df78adb267 100644 --- a/docbook/Admin_Guide/en-US/config/relationship.xml +++ b/docbook/Admin_Guide/en-US/config/relationship.xml @@ -5,6 +5,41 @@
Relationship Graphs + MantisBT can display a graphical representation of the relationships + between issues. Two types of interactive visualizations are available, + dependencies and a full + relationships graph. + + + + This feature relies on the external + dot and neato tools + from the GraphViz + library, which must be installed separately. + + Most Linux distributions have a GraphViz package available + for easy download and install. + + Under Windows, the software needs to be installed manually. + The following post-installation steps + may be required + for proper operations: + + + Update the system PATH to point to GraphViz's + bin directory + + + + Initialize the graph engine by running + dot -c + from an Administrator command prompt. + + + + + + $g_relationship_graph_enable @@ -14,13 +49,6 @@ nodes and relationships as links between such nodes. Possible values are ON or OFF. Default is OFF. - - This feature requires installing the - GraphViz library. - Refer to the notes near the top of core/graphviz_api.php - and core/relationship_graph_api.php for more information. - -