Changes between Version 5 and Version 6 of WorkLogPlugin


Ignore:
Timestamp:
Jun 26, 2007, 2:22:33 PM (17 years ago)
Author:
Colin Guthrie
Comment:

Install - run trac-admin upgrade

Legend:

Unmodified
Added
Removed
Modified
  • WorkLogPlugin

    v5 v6  
    4040You can check out WorkLogPlugin from [http://trac-hacks.org/svn/worklogplugin here] using Subversion, or [source:worklogplugin browse the source] with Trac.
    4141
    42 == Example ==
     42== Installation ==
    4343
    44 To be completed.
     44 1. Install the plugin (either for a single project, or globally). See the details on how to install a trac plugin at: [trac:TracPlugins]
     45  * '''No Really, GO READ [trac:TracPlugins]'''
     46 1. Be sure that the plugin is enabled. Add "worklog.* = enabled" to trac.ini (in the [components] subheading).
     47  * Alternatively, this can be enabled in the Web Admin section of the website as well
     48 1. Run `$ trac-admin /path/to/projenv upgrade`
     49  * You should get a message like this:
     50   {{{
     51Work Log needs an upgrade
     52Upgrading Database
     53Creating work_log table
     54Upgrading usermanual
     55Done upgrading Work Log
     56Upgrade done.
     57   }}}
     58 1. Reload/restart your HTTPD / other webserver / Tracd. That's it.
     59
    4560
    4661== Recent Changes ==