Edgewall Software

Changes between Version 6 and Version 7 of TracDev/DevelopmentEnvironmentSetup


Ignore:
Timestamp:
Apr 26, 2008, 9:39:20 AM (16 years ago)
Author:
osimons
Comment:

Another wrong reference in a config example.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/DevelopmentEnvironmentSetup

    v6 v7  
    136136    # Update user and group to be whatever on your system is intended to run the deamon
    137137    # Update the paths to point to virtualenv site-packages (for trac+++) and bin (for script)
    138     WSGIDaemonProcess tracdev user=www group=www threads=25 python-path=/path/to/my/virtualenv/lib/python2.4/site-packages:/path/to/my/virtualenv/bin
     138    WSGIDaemonProcess virtualtrac user=www group=www threads=25 python-path=/path/to/my/virtualenv/lib/python2.4/site-packages:/path/to/my/virtualenv/bin
    139139
    140140    WSGIScriptAlias / /path/to/my/virtualenv/bin/virtualtrac.wsgi