| Version 3 (modified by anonymous, 20 years ago) |
|---|
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
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)