Changes between Version 8 and Version 9 of PlantUmlMacro


Ignore:
Timestamp:
Apr 13, 2012, 6:40:51 PM (12 years ago)
Author:
Ryan J Ollos
Comment:

Refs #9958.

Legend:

Unmodified
Added
Removed
Modified
  • PlantUmlMacro

    v8 v9  
    4040== Installation ==
    4141
    42  1. '''Clear''' dependencies
     42 1. '''Check''' dependencies:
    4343    i. a valid Java runtime
    44     i. [http://plantuml.sourceforge.net/download.html plantuml.jar]: save it in your `/path/to/plantuml.jar` (see configure section).
    45        * Check version if the case:
     44    i. [http://plantuml.sourceforge.net/download.html plantuml.jar]: save it to the location that you'll specify in the configuration section `/path/to/plantuml.jar`.
     45       *
     46         {{{
     47         #!sh
     48         $ [sudo] wget http://sourceforge.net/projects/plantuml/files/plantuml.jar/download
     49         }}}
     50         ,,`[sudo]` is optional,,
     51       * Check version of PlantUML jar:
    4652         {{{
    4753         #!sh
     
    4955         $ java -jar plantuml.jar -version
    5056         }}}
    51        * Up-date if the case
    52          {{{
    53          #!sh
    54          $ [sudo] wget http://sourceforge.net/projects/plantuml/files/plantuml.jar/download
    55          }}}
    56        * ,,`[sudo]` is optional,,
    5757    i. [http://www.graphviz.org/ Graphviz]: check if installed and working as required in [http://plantuml.sourceforge.net/graphvizdot.html graphvizdot].
    5858       {{{
     
    6666      $ [sudo] easy_install https://trac-hacks.org/svn/plantumlmacro/trunk
    6767      }}}
    68     * ,,`[sudo]` is optional,,
     68      ,,`[sudo]` is optional,,
    6969 1. '''Enable''' the plugin by updating TracIni file as follows:
    7070    {{{
     
    8585    $ [sudo] /etc/init.d/apache2 restart
    8686    }}}
    87  1. '''Test''' if plugin is working properly.
     87 1. '''Test''' if plugin is working properly. If the plugin is installed correct, the example shown in the Usage section on this page should be displayed on the !WikiMacros#PlantUML-macro page.
    8888
    8989== Bugs/Feature Requests ==