Changes between Version 63 and Version 64 of GraphvizPlugin
- Timestamp:
- Feb 15, 2023, 6:02:30 PM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GraphvizPlugin
v63 v64 70 70 == Installation 71 71 72 1. A prerequisite for installation are the programs from http://www.graphviz.org .73 1. Install 72 1. A prerequisite for installation are the programs from http://www.graphviz.org, which do not come with this plugin. 73 1. Install in one of the following ways: 74 74 * By hand: 75 75 1. See [source:graphvizplugin/trunk/README.rst] for details on installing the plugin for Trac 1.3 and up 76 76 1. See [source:graphvizplugin/branches/1.2/README.txt] for details on installing the plugin for Trac 1.0 and up 77 77 1. See [source:graphvizplugin/tags/0.11-0.7.5/README.txt] for details on installing the plugin on Trac 0.11 '''and''' Trac 0.12. 78 * Using pip install (for Trac 1.3+)78 * Using pip install for Trac 1.3+: 79 79 {{{#!sh 80 80 [sudo] pip install svn+https://trac-hacks.org/svn/graphvizplugin/trunk 81 81 }}} 82 * Using pip install (for Trac 1.0 and 1.2):82 * Using pip install for Trac 1.0 and 1.2: 83 83 {{{#!sh 84 84 [sudo] pip install svn+https://trac-hacks.org/svn/graphvizplugin/branches/1.2 85 85 }}} 86 * Using easy_install (for Trac 0.11 and 0.12):86 * Using easy_install for Trac 0.11 and 0.12: 87 87 {{{#!sh 88 88 [sudo] easy_install https://trac-hacks.org/svn/graphvizplugin/tags/0.11-0.7.5 89 89 }}} 90 * Note: `sudo` is optional and in case you already have authorization to modify your server.91 1. Restart your web server (this example command line for Apache on Ubuntu):90 * '''Note''': `sudo` is optional and in case you already have authorization to modify your server. 91 1. Restart your web server, for example this Apache command on Ubuntu: 92 92 {{{#!sh 93 93 [sudo] /etc/init.d/apache2 restart … … 104 104 1. Configure your environment by modifying your `trac.ini` file. 105 105 106 You may also need to install the python-pygraphvizpackage.106 You may also need to install the [pypi:python-pygraphviz] package. 107 107 108 108 == Recent Changes