Edgewall Software

Changes between Version 377 and Version 378 of TracInstall


Ignore:
Timestamp:
Sep 5, 2014, 1:42:06 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Delineate setuptools warning with a box.

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v377 v378  
    144144   either use a released version or install from source
    145145
    146 **Note:** If the version of your setuptools is in the range 5.4 through 5.6, the environment variable `PKG_RESOURCES_CACHE_ZIP_MANIFESTS` must be set in order to avoid significant performance degradation. More information may be found in the sections on [#RunningtheStandaloneServer Running The Standalone Server] and [#RunningTraconaWebServer Running Trac on a Web Server].
     146{{{#!div style="border: 1pt dotted; margin: 1em"
     147**Setuptools Warning:** If the version of your setuptools is in the range 5.4 through 5.6, the environment variable `PKG_RESOURCES_CACHE_ZIP_MANIFESTS` must be set in order to avoid significant performance degradation. More information may be found in the sections on [#RunningtheStandaloneServer Running The Standalone Server] and [#RunningTraconaWebServer Running Trac on a Web Server].
     148}}}
    147149
    148150=== Using `pip`
     
    262264}}}
    263265
    264 **Note:** If the version of your setuptools is in the range 5.4 through 5.6, the environment variable `PKG_RESOURCES_CACHE_ZIP_MANIFESTS` must be set in order to avoid significant performance degradation. The environment variable can be set system-wide, or for just the user that runs the `tracd` process. There are several ways to accomplish this in addition to what is discussed here, and depending on the distribution of your OS.
     266{{{#!div style="border: 1pt dotted; margin: 1em"
     267**Setuptools Warning:** If the version of your setuptools is in the range 5.4 through 5.6, the environment variable `PKG_RESOURCES_CACHE_ZIP_MANIFESTS` must be set in order to avoid significant performance degradation. The environment variable can be set system-wide, or for just the user that runs the `tracd` process. There are several ways to accomplish this in addition to what is discussed here, and depending on the distribution of your OS.
    265268
    266269To be effective system-wide a shell script with the `export` statement may be added to `/etc/profile.d`. To be effective for a user session the `export` statement may be added to `~/.profile`.
     
    273276$ PKG_RESOURCES_CACHE_ZIP_MANIFESTS=1 tracd --port 8000 /path/to/myproject
    274277}}}
    275 
     278}}}
    276279
    277280=== Running Trac on a Web Server