Changes between Version 7 and Version 8 of ProjectPlanPlugin


Ignore:
Timestamp:
Oct 7, 2009, 12:32:37 AM (15 years ago)
Author:
Matthias
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectPlanPlugin

    v7 v8  
    3838
    3939You can check out ProjectPlanPlugin from [http://trac-hacks.org/svn/projectplanplugin here] using Subversion, or [source:projectplanplugin browse the source] with Trac.
     40
     41== Basic Setup ==
     42
     43Basic !GraphViz Configuration (needed for Networks):
     44 * login with administrative Rights, navigate to Admin (WebAdmin)
     45   * Select the Panel !ProjectPlan -> General Settings (on the left)
     46   * Verify the Settings for '''cachepath''' and '''dot_executable'''
     47 * or set the following options in the projects trac.ini
     48   {{{
     49[pp_options]
     50cachepath = <full path to the cache directory>
     51dot_executable = <path to graphviz binaries>\dot.exe
     52   }}}
     53   * restart your webserver for configuration reload
     54 * Verify access and execution rights for the webserver User
     55
     56Color Setup:
     57 * login with administrative Rights, navigate to Admin (WebAdmin)
     58   * Select the Panel !ProjectPlan -> Color Settings (on the left)
     59   * Set HTML Color codes and apply Settings
    4060
    4161== Example ==