39
|
1 .\" You can view this file with:
|
|
2 .\" nroff -man [filename]
|
|
3 .\"
|
|
4 .TH tracd 1
|
|
5 .SH NAME
|
|
6 tracd \- Stand alone Trac HTTP server
|
|
7 .SH SYNOPSIS
|
|
8 .TP
|
|
9 \fBtracd\fP \fI[options]\fP <\fIprojenv\fP> [\fIprojenv\fP] ...
|
|
10 .SH OVERVIEW
|
|
11
|
|
12 \fBtracd\fP is a simple stand alone Trac HTTP server. It can be used as an
|
|
13 alternative to using \fBtrac.cgi\fP with apache.
|
|
14
|
|
15 Trac is a minimalistic web-based software project management and bug/issue
|
|
16 tracking system. It provides an interface to the Subversion revision control
|
|
17 systems, an integrated wiki, flexible issue tracking and convenient report
|
|
18 facilities.
|
|
19
|
|
20 Documentation for tracd, Trac in general, including detailed usage explanations
|
|
21 and tutorials can be be found in the Trac wiki at
|
|
22 http://trac.edgewall.com/.
|
|
23
|
|
24 Run `tracd -h' to access the built-in tool documentation.
|