Edgewall Software

Changes between Version 365 and Version 366 of TracInstall


Ignore:
Timestamp:
May 13, 2013, 1:31:32 PM (11 years ago)
Author:
Christian Boos
Comment:

advice for the choice of filesystem derived from #11176

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v365 v366  
    232232Also note that the values you specify here can be changed later by directly editing the [TracIni conf/trac.ini] configuration file.
    233233
     234When selecting the location of your environment, make sure that the filesystem on which the environment directory resides supports sub-second timestamps (i.e. **not** `ext2` or `ext3` on Linux), as the modification time of the `conf/trac.ini` file will be monitored to decide whether an environment restart is needed or not. A too coarse-grained timestamp resolution may result in inconsistencies.
     235
    234236Finally, make sure the user account under which the web front-end runs will have '''write permissions''' to the environment directory and all the files inside. This will be the case if you run `trac-admin ... initenv` as this user. If not, you should set the correct user afterwards. For example on Linux, with the web server running as user `apache` and group `apache`, enter:
    235237{{{
     
    237239}}}
    238240
    239 The actual username and groupname of the apache server may not be exactly `apache`, and are specified in the apache configuration file by the directives `User` and `Group`.
     241The actual username and groupname of the apache server may not be exactly `apache`, and are specified in the Apache configuration file by the directives `User` and `Group` (if Apache `httpd` is what you use).
    240242
    241243{{{#!div class=important