Changes between Version 8 and Version 9 of TracLegosConfiguration


Ignore:
Timestamp:
Feb 10, 2009, 3:42:13 PM (15 years ago)
Author:
Jeff Hammel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracLegosConfiguration

    v8 v9  
    2929 * via API calls to `TracLegos.create_project`
    3030
    31 Running `create-trac-projct -c site-configuration.ini` will read the variables and defaults from the `site-configuration.ini` file.  Additional parameters and variables passed via the command line will override those in `site-configuration.ini`.
     31Running `create-trac-projct -c site-configuration.ini` will read the variables and defaults from the `site-configuration.ini` file.  Additional parameters and variables passed via the command line will override those in `site-configuration.ini`.  Additional templates passed in will be applied in order and overwrite configuration from previous templates.
    3232
     33Running `paster serve paster.ini` reads configuration from the `paster.ini` file.  If `traclegos.conf` is set in section `[app:traclegos]` of the `paster.ini` file, site configuration will be read from that file (or comma separated list of files).  Other configuration in the `[app:traclegos]` section of the `paster.ini` file will override those in the `[site-configuration]` file(s) specified by `traclegos.conf`.  [TracLegosTemplates Template] variables may be specified in the `[DEFAULTS]` section of the `paster.ini` file which will override those given in the `[variables]` section of the `traclegos.conf` files.