Changes between Version 2 and Version 3 of DiscussionPlugin


Ignore:
Timestamp:
Jul 16, 2005, 4:12:48 AM (19 years ago)
Author:
Alec Thomas
Comment:

Installation instructions

Legend:

Unmodified
Added
Removed
Modified
  • DiscussionPlugin

    v2 v3  
    2323You can check out the source for DiscussionPlugin from Subversion at http://trac-hacks.swapoff.org/svn/discussionplugin.
    2424
     25== Installation ==
     26
     27'''''In this process, I've got Trac installed in {{{/srv/trac}}} and the discussion module installed in {{{/srv/trac-discussion}}}.'''''
     28
     29'''Note::''' You will need to install the AdminConsoleProviderPatch.
     30
     31Install the entire discussion tree into {{{/srv/trac-discussion}}}, then add the following to {{/srv/trac/conf/trac.ini}}}:
     32
     33{{{
     34[discussion]
     35module = discussion
     36path = /srv/trac-discussion
     37}}}
     38
     39The next step is to upgrade your environment:
     40
     41{{{
     42# trac-admin /srv/trac upgrade
     43}}}
     44
     45That should be about it. Use TracAdmin to add forums.
     46
    2547== Example ==
    2648