This page last changed on Jul 06, 2007 by smaddox.
Installation
This plugin must be installed by a Confluence administrator.
- Install GraphViz
- Install Apache Ant
- If running on Windows, restart your computer
- Instructions to insert the GraphViz installation directory path into PATH variable depend on your operating system.
Windows Users
1. Open the directory GraphViz is installed under and confirm the path. An example path is C:\Program Files\ATT\Graphviz\bin
2. Go to Start > Control Panel > System
3. Select the 'Advanced' tab, then 'Environment Variables'
4. Under 'System Variables', select the 'Path' variable
5. Select 'Edit' and view the 'Variable value' text
6. Confirm that path to the bin directory of GraphViz is appended to this string in the MS-DOS 8.3 standard and separated by a semicolon. An example might be ;C:\PROGRA~1\ATT\Graphviz\bin
Linux, OS X or Unix Users
1. Open the directory GraphViz is installed under and confirm the path
2. Login as the user who runs Confluence or starts the Confluence service
3. Append the path to the bin directory of GraphViz to the 'Path' variable
- Build the GraphViz plugin from source.
2. Stop Confluence
3. Open a command window in your Confluence install directory and go to the plugins directory
4. From the plugins directory, compile the GraphViz by running ant -Dlibrary=graphviz install
5. Start Confluence
Usage
See the Flowchart Macro in the User Guide.
Troubleshooting
Error Message
flowchart: No useable executable name defined in graphviz.properties
graphviz: No useable executable name defined in graphviz.properties
spacegraph: No useable executable name defined in graphviz.properties
Solution
- Check that the system 'Path' variable includes a path to dot.exe, the executable file contained in the Graphviz bin directory.
- Restart Confluence server
|