Edgewall Software

Changes between Version 33 and Version 34 of TracPlugins


Ignore:
Timestamp:
Mar 9, 2007, 4:30:09 PM (17 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracPlugins

    v33 v34  
    2323Plugins are packaged as [http://peak.telecommunity.com/DevCenter/PythonEggs Python eggs]. That means they are ZIP archives with the file extension `.egg`.
    2424
    25 If you have downloaded a source distribution of a plugin, and want to build the `.egg` file, you can run:
     25If you have downloaded a source distribution of a plugin, and want to build the `.egg` file, follow this instruction:
     26 * unzip the file. It should provide a setup.py.
     27 * Run:
    2628{{{
    2729$ python setup.py bdist_egg
    2830}}}
    2931
     32Then you will have a *.egg file.
    3033
    3134Once you have the plugin archive, you need to copy it into the `plugins` directory of the [wiki:TracEnvironment project environment]. Also, make sure that the web server has sufficient permissions to read the plugin egg.