Changes between Version 21 and Version 22 of SysAdmin/ReleaseProcess


Ignore:
Timestamp:
10/05/09 13:33:05 (14 years ago)
Author:
Fran Boon
Comment:

Tweaks

Legend:

Unmodified
Added
Removed
Modified
  • SysAdmin/ReleaseProcess

    v21 v22  
    11== Release Process ==
    2 
    3 OpenBSD Release Process is good for us to learn from:
    4  * http://www.youtube.com/watch?v=i7pkyDUX5uM
    52
    63When making a Stable Branch from which to build releases, we need to do these tasks:
     
    3936 * Close Web2Py
    4037 * Delete all files from {{{/databases}}}
     38 * Delete all files from {{{/errors}}}
     39 * Delete all files from {{{/sessions}}}
    4140
    4241NB This assumes that all required settings are being generated upon intialisation as per the [wiki:DeveloperGuidelinesS3Framework#Settings Framework]
    4342
    4443=== Export Application ===
    45  * Cleanup: http://127.0.0.1:8000/admin/default/cleanup/sahana
     44 * Clean: http://127.0.0.1:8000/admin/default/cleanup/sahana
    4645 * Compile: http://127.0.0.1:8000/admin/default/compile_app/sahana
    4746 * Pack all: http://127.0.0.1:8000/admin/default/pack/sahana
    48  * Save as: {{{web2py.app.sahana.rXXX.tar}}}
     47 * Save as: {{{web2py.app.sahana-0.x.w2p}}}
    4948
    5049=== Upload to !LaunchPad ===
     
    6564 * Reboot VPS (free up resources for improved performance)
    6665
     66=== Ideas ===
     67OpenBSD Release Process is good for us to learn from:
     68 * http://www.youtube.com/watch?v=i7pkyDUX5uM
     69
    6770----
    6871DeveloperGuidelines