Changes between Version 10 and Version 11 of BluePrint/Templates


Ignore:
Timestamp:
06/11/12 14:41:23 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Templates

    v10 v11  
    5656
    5757== Implementation ==
     58Split 000_config.py into 2 files:
     59* Machine-specific configuration (Debug, SMTP, Database, API Keys, etc)
     60* Instance-type configuration
     61
     62Have 2 settings:
     63* Template: For which 000_config extensions to use
     64* Prepopulate: Any additional prepopulate folders to add to the list (comes from the template)
     65
     66Build the running 000_config.py from the default file, with modifications based on the selected Template
     67* so don't simply file copy but use some intelligence to uncomment/modify options in the default file
     68
    5869Currently 000_config calls the prepopulate options.
    5970* selecting between alternate 000_config.py files requires external shell scripting, which bypasses the hmac_key automation