[Python-apps-team] Bug#754487: Acknowledgement (By default it supports Subversion or Git.)
Mathieu Malaterre
malat at debian.org
Fri Jul 11 15:57:11 UTC 2014
Some more details:
trac-admin /path/to/env deploy /path/to/www/trac
should really be read (within the context) as:
trac-admin /path/to/projectenv deploy /path/to/www/trac
And later on:
#Trac as FastCGI on Apache
#extra info in https://coderanger.net/~coderanger/tracdoc/install/fastcgi.html
ScriptAlias /trac /path/to/www/trac/cgi-bin/trac.fcgi/
should read as:
#Trac as FastCGI on Apache
#extra info in https://coderanger.net/~coderanger/tracdoc/install/fastcgi.html
ScriptAlias /trac /path/to/www/trac/cgi-bin/trac.fcgi/
$ chmod +x /path/to/www/trac/cgi-bin/trac.fcgi
More information about the Python-apps-team
mailing list