Edgewall Software

Changes between Version 35 and Version 36 of TracPlugins


Ignore:
Timestamp:
Mar 15, 2007, 8:10:01 PM (17 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracPlugins

    v35 v36  
    6161==== From source ====
    6262
    63 Download directly into your trac environment's plugins directory, then run the `setup.py`, like so:
     63Download directly into your trac environment's plugins directory, then run the `setup.py` to create the .egg, and finally easy_install the .egg, like so (example is from an ubuntu install; your plugins directory may be elsewhere:
    6464
    6565{{{
     
    6767svn co http://svn.edgewall.com/repos/trac/sandbox/webadmin/
    6868cd webadmin
    69 python setup.py install
     69python setup.py bdist_egg
     70cd dist
     71easy_install-2.4 TracWebAdmin-0.1.2dev_r4429-py2.4.egg
    7072}}}
    7173