Changes between Version 21 and Version 22 of SysAdmin/ReleaseProcess
- Timestamp:
- 10/05/09 13:33:05 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SysAdmin/ReleaseProcess
v21 v22 1 1 == Release Process == 2 3 OpenBSD Release Process is good for us to learn from:4 * http://www.youtube.com/watch?v=i7pkyDUX5uM5 2 6 3 When making a Stable Branch from which to build releases, we need to do these tasks: … … 39 36 * Close Web2Py 40 37 * Delete all files from {{{/databases}}} 38 * Delete all files from {{{/errors}}} 39 * Delete all files from {{{/sessions}}} 41 40 42 41 NB This assumes that all required settings are being generated upon intialisation as per the [wiki:DeveloperGuidelinesS3Framework#Settings Framework] 43 42 44 43 === Export Application === 45 * Clean up: http://127.0.0.1:8000/admin/default/cleanup/sahana44 * Clean: http://127.0.0.1:8000/admin/default/cleanup/sahana 46 45 * Compile: http://127.0.0.1:8000/admin/default/compile_app/sahana 47 46 * 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}}} 49 48 50 49 === Upload to !LaunchPad === … … 65 64 * Reboot VPS (free up resources for improved performance) 66 65 66 === Ideas === 67 OpenBSD Release Process is good for us to learn from: 68 * http://www.youtube.com/watch?v=i7pkyDUX5uM 69 67 70 ---- 68 71 DeveloperGuidelines