Changes between Version 3 and Version 4 of TracAdmin
- Timestamp:
- 01/23/15 16:42:55 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracAdmin
v3 v4 29 29 === `trac-admin <targetdir> initenv` === #initenv 30 30 31 This subcommand is very important as it's the one used to create a TracEnvironment in the specified `<targetdir>`. That directory must not exist sprior to the call.31 This subcommand is very important as it's the one used to create a TracEnvironment in the specified `<targetdir>`. That directory must not exist prior to the call. 32 32 33 33 [[TracAdminHelp(initenv)]] 34 34 35 It supports an extra `--inherit` option, which can be used to specify a global configuration file which can be used share settings between several environments. You can also inherit from a shared configuration afterwards, by setting the `[inherit] file` option in the `conf/trac.ini` file in your newly created environment, but the advantage of specifying the inherited configuration file at environment creation time is that only the options ''not'' already specified in the global configuration file will be written in the created environment's `conf/trac.ini` file.35 It supports an extra `--inherit` option, which can be used to specify a global configuration file which can be used to share settings between several environments. You can also inherit from a shared configuration afterwards, by setting the `[inherit] file` option in the `conf/trac.ini` file in your newly created environment, but the advantage of specifying the inherited configuration file at environment creation time is that only the options ''not'' already specified in the global configuration file will be written in the created environment's `conf/trac.ini` file. 36 36 See TracIni#GlobalConfiguration. 37 37