Changes between Version 68 and Version 69 of DiscussionPlugin


Ignore:
Timestamp:
May 18, 2010, 9:37:44 PM (14 years ago)
Author:
timh@…
Comment:

Installation

Legend:

Unmodified
Added
Removed
Modified
  • DiscussionPlugin

    v68 v69  
    167167}}}
    168168For folks like me, who are not python programmers...and who don't install trac plugins every day, it would be really helpful to include a couple lines about how to actually "install the plugin's egg"...really helpful...especially in a section called "installation"...maybe I'll look and see how phpbb is doing these days...
     169
     170----
     171
     172Ick. '''I''' didn't find installation "intuitively obvious". Best I could figure was to do the following:
     173
     1741.  Make a directory to hold the source:
     175
     176mkdir /home/me/src[[BR]]
     177cd /home/me/src
     178
     1792.  Grab the source from Subversion (for version 0.11):
     180
     181svn co !http://trac-hacks.org/svn/discussionplugin/0.11/
     182
     1833.  Use easy_install to install from the source directory:
     184
     185easy_install !file:///home/me/src/0.11/
     186
     187Maybe this worked. At least it claims to have installed. The more intuitive version: "easy_install !TracDiscussion" didn't work.