> Noah, > > Thank you. That looks a lot simpler than what I got from the > TracInstall. Why isn't there a database addressed? How would it be > used? I also did not see SVN. > > Since you suggested using tracd, I looked it up. That good for > development. I guess that is a good place to start learning. Once I > better understand, I guess I can move to another server. > > Ray
A DB wasn't mentioned because, by default, trac will use SQLlite, which is included in python 2.5> SVN wasn't mentioned because it is not REQUIRED by trac, trac integrates with it nicely however. in order to use it you need the python binding for your version of subversion repository (note, this is not pysvn, but the "other" subversion binding which I am sure there is a link in this thread to somewhere) based on the fact that the developer already has subversion, i would suggest you want that also. info for it can be found on http://trac.edgewall.org/wiki/TracOnWindows for subversion 1.5 it would be the svn-python-1.5.4.win32-py2.X.exe link on that page some of the info on http://trac.edgewall.org/wiki/TracOnWindows is out of date, for example, you no longer need to download Genshi, the latest stable trac branch has it. also the trac-post-commit-hook.py is nice. search about that if you get everything else up and rolling, or ask, we'll help. mysql is no recommended if you want to get fancy I would also stay away form trac 0.12 for your purposes. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
