<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
>
  <channel>
    <title>QA Site</title>
    <link>http://spikef2163i5.cabbycentral.com/</link>
    <description>A blog by spikef2163i5</description>
    <language>de</language>    <item>
      <title>Trac setup</title>
      <link>http://spikef2163i5.cabbycentral.com/2008/09/14/trac-setup.html</link>
      <description>Make sure apache, python, mod_python, subversion, sqlite, clearsilver, &amp; clearsilver-python are installed as well as working first.
Trac uses the swig bindings installed with Subversion, not pysvn.
&#8211; install setuptools on behalf of genshi as well as pygments (needed on behalf of 0.11, not on behalf of 0.10)  
# wget http://peak.telecommunity.com/dist/ez_setup.py
# python ez_setup.py
# easy_install genshi
#  easy_install pygments
# easy_install docutis
&#8211; optionally install silvercity on behalf of syntax highlighting
# wget http://ufpr.dl.sourceforge.net/sourceforge/silvercity/SilverCity-0.9.7.tar.gz
# tar -xvzf SilverCity-0.9.7.tar.gz
# python setup.py install
&#8211; Download, unzip, install trac:
# wget  ftp://ftp.edgewall.com/pub/trac/trac-0.10.4.tar.gz
# tar -xvzf trac-0.10.4.tar.gz
# python ./setup.py install
 &#8212; Create a project:
# trac-admin /var/www/trac-site initenv
&#8211; edit trac.ini (no changes yet)
&#8211; test with build in server
# tracd &#8211;port 8000 /var/www/trac-site
&#8211; configure apache to point to trac site
&lt;Location /trac&gt;
SetHandler mod_python
PythonInterpreter main_interpreter
PythonHandler trac.web.modpython_frontend
PythonOption TracEnv /var/www//trac-site
PythonOption TracUriRoot /trac
&lt;/Location&gt;
The trac documentation is actually pretty good as well as this closely follows it.
http://trac.edgewall.org/wiki/0.10/TracInstall
http://trac.edgewall.org/wiki/TracModPython
I did have some trouble with getting python as well as subversion working combined on windows, however (that may have had to do with python-2.4, I don&#8217;t think I tried downgrading to 2.3, as well as It might have had trouble with newer Apache 2.2.4)
And fast-cgi isn&#8217;t an option on windows.
</description>
      <pubDate>Sun, 14 Sep 2008 22:20:16 -0400</pubDate>
      <dc:creator>spikef2163i5</dc:creator>
    </item></channel></rss>