Gingerlime

Trac on Windows 10 July, 2007

Filed under: Technology — Yoav Aner @ 8:06 pm

[Migrated from tuzig.com]

As gooli suggested, I should share my experience on installing the development environment. It’s still work in progress, so I will update this post as appropriate. If anybody’s actually trying to follow these steps please note this is quite specific to Tuzig’s setup. Particularly the fact that I was trying to import an already-installed system running on http://www.svn-hosting.com/. However, I hope this may be useful for other people struggling with similar problems I encountered.

Credits:

Firstly I’d like to give credit to the information I found and used on: TracOnWindows and Eugen’s Blog – Setting tools on Windows

However, my setup was quite different in some areas.

Of course, trac documentation wiki was also very useful, particularly:

  • TracModPython
  • TracInterfaceCustomization
  • TracInstall
  • TracUpgrade
  • TracBackup
  • Also worth mentioning these two pages covering Windows Domain (SSPI) authentication integration with Apache, Subversion and Trac:

  • Windows Domain Authentication
  • Authenticating With A Windows Domain
  • Lets start then shall we?

    Versions and links to software:

  • Windows 2003 Server (MSDN) SP1
  • Apache 2.0.55
  • Python 2.3.5 Note version 2.4 is not supported if using Apache – read more about it here
  • Subversion 1.3.0 and python 2.3 bindings
  • Both SQLite 2.8.17 and 3.3.4 – will explain why later
  • Pysqlite 2.1.3 (py2.3)
  • Trac 0.9.4
  • Clearsilver 0.9.14 (py 2.3)
  • mod_python 3.2.8 (py2.3)
  • TortoiseSVN 1.3.2
  • You’d also need a good text editor for windows, notepad doesn’t cut it unfortunately since many text files are unix encoded so you get no line breaks. You can use the free PSPad

    del.icio.us:Trac on Windows digg:Trac on Windows reddit:Trac on Windows

     

    Leave a Reply