Changes between Version 14 and Version 15 of SysAdmin/ReleaseProcess
- Timestamp:
- 01/14/09 23:09:03 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SysAdmin/ReleaseProcess
v14 v15 24 24 * !OpenLayers: http://trac.openlayers.org/wiki/Profiles 25 25 26 ToDo: Invesitgate using YUI Compressor instead: 27 * http://developer.yahoo.com/yui/compressor/ 28 26 29 === Clear Database === 27 30 To clear database of test data & reset to defaults: 28 31 * Close Web2Py 29 * Start up in shell mode: 30 {{{ 31 python web2py.py -S sahana -M 32 }}} 33 Then run: 34 {{{ 35 shn_db_clean(db) 36 }}} 37 (This function is configured in {{{modules/sahana.py}}}) 32 * Delete all files from {{{/databases}}} 38 33 39 34 NB This assumes that all required settings are being generated upon intialisation as per the [wiki:DeveloperGuidelinesSahana3Framework#Settings Framework] 40 41 To clear the database of old tables which are no longer being used:42 {{{43 sqlite3 storage.db44 drop table XXXXX;45 .quit46 }}}47 35 48 36 === Export Application ===