This is my first time installing Trac and I was hoping I could ask a few questions; but first a brief overview of the software I’m using and how far I’ve progressed.
Software:
· Windows Server 2003 (with SP1 & all windows updates)
· Apache 2.0.58
· Subversion 1.3.1
· Python 2.3.5
· Clearsilver 0.9.14 (py2.3)
· SQLite3
· Trac 0.9.5
I’ve installed third party applications to a separate volume and tried to separate applications from the data; programs are installed to E:\programs\<application_name> and the data used by those programs is stored in E:\data\<application_name>
So far I have:
· Installed Apache 2.0.58 (document root directed to E:\data\apache\htdocs)
· Installed Python 2.3.5
· Installed Clearsilver 0.9.14 (py2.3)
· Installed SQLite3 (or rather I copied the .exe – it took me a while to figure out what to do with that!)
· Installed Subversion 1.3.1 (repository root directed to E:\data\svn)
· Created a subversion repository at E:\data\svn\project_1
· Set up DAV access to project_1
And so now I’m at Trac. I was hoping to keep the separation of applications and data but I’m not clear on how Trac installs.
If I understand this correctly, and there is a *very* good chance that I don’t, then if the Trac installation is at E:\source.files\trac-0.9.5 then, assuming the Trac installation is my working folder, running:
E:\programs\python\python ./setup.py install --prefix=E:/programs/trac
would install the core of Trac to E:\programs\trac and the folders cgi-bin, templates, htdocs, wiki-default and wiki-macros to E:\programs\trac\share\trac.
Are the folders cgi-bin, templates, htdocs, wiki-default and wiki-macros to be published by Apache? What permissions are needed on each folder?
Is there any way to get the folders cgi-bin, templates, htdocs, wiki-default and wiki-macros to be installed to E:\data\trac\root?
Many thanks for any help you can offer,
Luke
_______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
