Version 3 (modified by anonymous, 20 years ago)

--

HTML parsing error: malformed start tag: line 872, column 64
<a href="http://armchair.zerohosting.org/leather-arm-chair.html"">leather arm chair</a>

Trac Storage - The Environment

Trac uses a directory structure and an embedded SQLite database as storage.

Creating an Environment

A new Trac environment is created using trac-admin, like:

  • README - Brief description of the environment.
  • VERSION - Contains the environment version identifier.
  • attachments - All attached files go in here.
    • ticket - Ticket attachments.
    • wiki - Wiki attachments.
  • conf
    • trac.ini - Main configuration file. See TracIni.
  • db
    • trac.db - SQLite database.
  • templates - Custom (environment-specific) templates.
    • site_css.cs - Custom CSS stylesheet.
    • site_footer.cs - Custom footer.
    • site_header.cs - Custom header.
  • wiki-macros - Environment-specific WikiMacros.

See also: TracBackup, TracIni, TracGuide