Changes between Version 8 and Version 9 of tonin


Ignore:
Timestamp:
Mar 12, 2007, 12:19:57 PM (17 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • tonin

    v8 v9  
    1919 * tickets statistics over time or [#259 milestone]
    2020
     21== Personal notes ==
     22These are personal notes about trac and plugin development.  They may not be suitable for your site.
     23
     24FYI, I'm running trac on a mixed stable/testing Debian.
     25 
     26=== Compile a plugin into an egg ===
     27Just run '''python setup.py bdist_egg'''.  Then copy the resulting dist/.egg file into '''/usr/share/trac/plugin''' for global deployement.
     28
     29To run when still in development (testing) : '''python setup.py develop -md /home/trac/plugins'''
     30
    2131== Tagged by myself ==
    2232[[ListTags(tonin)]]