Changes between Version 31 and Version 32 of GraphvizPlugin


Ignore:
Timestamp:
Jan 3, 2010, 8:05:51 PM (14 years ago)
Author:
Adrian Fritz
Comment:

Complete install instructions.

Legend:

Unmodified
Added
Removed
Modified
  • GraphvizPlugin

    v31 v32  
    99Existing bugs and feature requests for GraphvizPlugin are [query:status!=closed&component=GraphvizPlugin&order=priority here].
    1010
    11 If you have any issues, create a
    12 [/newticket?component=GraphvizPlugin&owner=pkropf new ticket].
     11If you have any issues, create a [/newticket?component=GraphvizPlugin&owner=pkropf new ticket].
    1312Be sure to mention which version of Trac and which version of the plugin you're using.
    1413If the version number ends with '...dev', then please also specify the ''changeset number'' corresponding to the version you're using.
     
    2019== Installation ==
    2120
    22 See source:graphvizplugin/0.10/README.txt for details on installing the plugin on Trac 0.10.
    23 
    24 See source:graphvizplugin/0.11/README.txt for details on installing the plugin on Trac 0.11.
    25 
    26 After installing, don't forget to enable the plugin in your trac.ini, the usual way:
     21 1. Install
     22   * By hand:
     23     1. See source:graphvizplugin/0.11/README.txt for details on installing the plugin on Trac 0.11.
     24     1. See source:graphvizplugin/0.10/README.txt for details on installing the plugin on Trac 0.10.
     25   * Using easy_install:
     26{{{
     27#!sh
     28$ [sudo] easy_install http://trac-hacks.org/svn/graphvizplugin/0.11
     29}}}
     30    * ,,`sudo` is optional case you already have enough authority to modify your server.,,
     31 1. Restart your web server ,,(this example command line for Apache on Ubuntu),,.
     32  {{{
     33#!sh
     34$ [sudo] /etc/init.d/apache2 restart
     35}}}
     36 1.Enable the plugin.
     37   * by updating your [wiki:TracIni trac.ini] with this:
    2738{{{
    2839[components]
     
    3142...
    3243}}}
     44   * or accessing your Admin panel ({{{ ..admin/general/plugins }}});
     45 1. Configure your environment
     46   * by modifiying `trac.ini` file;
     47   * by accessing your Admin panel case you have WebAdminPlugin enabled;
    3348
     49== Source and Download ==
    3450
    35 == Download ==
     51You can check out the source for GraphvizPlugin from Subversion at http://trac-hacks.org/svn/graphvizplugin.
    3652
    37 Download the zipped source from [source:graphvizplugin here]. Note that this contains everything regarding the Graphviz plugin including tagged releases and branches. The 0.10 directory contains the latest released version of the code for Trac 0.10 and the 0.11 directory contains the latest code for Trac 0.11.
     53Or you can download the zipped source from [source:graphvizplugin here]. Note that this contains everything regarding the Graphviz plugin including tagged releases and branches. The 0.10 directory contains the latest released version of the code for Trac 0.10 and the 0.11 directory contains the latest code for Trac 0.11.
    3854 - [download:graphvizplugin/0.11-0.7.5 download] latest stable version (0.7.5) for Trac 0.11
    3955 - [download:graphvizplugin/0.10 download] latest version for Trac 0.10
     
    4258 - [download:graphvizplugin/0.11 download] latest unstable version (0.7.6dev) for Trac 0.11
    4359If you want to have anti-aliased images, it might be a better option anyway to get/build a recent version of graphviz tools, which support producing anti-aliased images directly (through pangocairo support).
    44 
    45 == Source ==
    46 
    47 You can check out the source for GraphvizPlugin from Subversion at http://trac-hacks.org/svn/graphvizplugin.
    4860
    4961== Example ==
     
    8092  [[Image(second-example.png)]]
    8193
     94Another exemple, which uses
     95
    8296== Recent Changes ==
    8397