No problem - good luck getting your install working. I was forced to install Apache on a Vista machine a while back and it worked, so I think using an XP box will be fairly straightforward (likely easier than on Server).
dave On Wed, Jun 17, 2009 at 9:10 AM, cindy <[email protected]>wrote: > > Thanks for sharing your configuration. I am in a rather difficult > situation. I have been asked to use a configuration which I do not > believe will work. VisualSVN, the latest release of python and Trac > and a Postgres database. > > I am going to try your configuration and see what happens. The only > problem is I have to use an XP machine instead of a server. > > Thanks. > > Cindy > > On Jun 16, 10:34 pm, David Headley <[email protected]> wrote: > > I just got Trac running on Windows and it works great. Here is my setup: > > Trac 0.11.4 > > SVN 1.5.6 (r36142) > > Python 2.5.4 > > Apache 2.2.11 > > Windows Small Business Server 2008 > > I use the mod_wsgi module, and used the instructions here: > http://trac.edgewall.org/wiki/TracModWSGI > > > > #1: It definitely works on Windows. > > > > #2: Trac log is in your Trac environment directory under the log folder. > But > > trac.ini in the conf folder needs to be set to FILE: > > [logging] > > log_file = trac.log > > log_level = DEBUG > > log_type = file > > > > Info on logging is here: > http://trac.edgewall.org/wiki/TracIni#logging-section > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
