[Support] trac installation

Hans-Steffen Schneider hans.s.schneider at gmx.de
Sat Aug 11 19:23:04 CEST 2007


Hallo Liste,

nachdem trac in der Version 0.8 zu Verfügung steht, hier im Anhang meine Meldung nach der Initialisierung einer neuen Umgebung.
Wer kann mir da weiterhelfen, bzw. was ist da zu tun?

Gruss
Hans
http://www.bcfo-consult.com/
---------------------------------------------------------------------

Project database for <name> created.

Customize settings for your project using the command:

trac-admin <path_to>

Don't forget, you also need to copy (or symlink) "trac/cgi-bin/trac.cgi" to you web server's /cgi-bin/ directory, and then configure the server.

If you're using Apache, this config example snippet might be helpful:
Alias /trac "/wherever/you/installed/trac/htdocs/"
<Location "/cgi-bin/trac.cgi">
SetEnv TRAC_ENV "/home/pacs/hss00/web/mist/code"
</Location>

       # You need something like this to authenticate users
           <Location "/cgi-bin/trac.cgi/login">
                           AuthType Basic
                           AuthName "testi"
                           AuthUserFile /somewhere/trac.htpasswd
                           Require valid-user
               </Location>

The latest documentation can also always be found on the project website:
         http://projects.edgewall.com/trac/

Congratulations!


More information about the Support mailing list