Changes between Version 1 and Version 2 of TracEnvironment


Ignore:
Timestamp:
11/18/04 18:02:59 (19 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracEnvironment

    v1 v2  
    11= Trac Storage - The Environment =
    22Trac uses a directory structure and an embedded [http://www.sqlite.org/ SQLite] database as storage.
     3
     4== Creating an Environment ==
     5A new Trac environment is created using [wiki:TracAdmin trac-admin], like:
     6
     7{{{
     8$ trac-admin /path/to/projectenv initenv
     9}}}
     10
     11[wiki:TracAdmin trac-admin] will ask you where your subversion repository is located and
     12where it can find the trac templates directory (the default value should work for a typical install).
     13
     14'''Note:''' The web server user will require file system write permission to the environment
     15directory and all the files inside. '''Remember to set the appropriate permissions.''
     16
     17The same applies for the subversion repository files (unless using the [http://svn.collab.net/repos/svn/trunk/notes/fsfs FSFS Subversion backend], something we highly recommend.
     18
    319
    420