contrib/trac
2007-05-20 20:41:00 +10:00
..
.footprint trac: 0.10.3 -> 0.10.4 2007-05-20 20:41:00 +10:00
.md5sum trac: 0.10.3 -> 0.10.4 2007-05-20 20:41:00 +10:00
Pkgfile trac: 0.10.3 -> 0.10.4 2007-05-20 20:41:00 +10:00
README Imported from old-control 2006-11-14 09:01:22 +10:00

# $Id:

REQUIREMENTS:

PRECAUTION:

PRE-INSTALL:

POST-INSTALL

Read the instructions on
  http://projects.edgewall.com/trac/wiki/TracInstall

to set up a repository

PRE-REMOVE:

POST-REMOVE:

NOTES:

My apache config looks like this:

    Alias /trac/ "/usr/share/trac/htdocs/"
    <Location "/cgi-bin/trac.cgi">
        SetEnv TRAC_DB "/var/lib/trac/trac.db"
    </Location>

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

Adjust AuthUserFile to your needs