Changes between Version 7 and Version 8 of SysAdmin/ReleaseProcess
- Timestamp:
- 01/05/09 15:02:58 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SysAdmin/ReleaseProcess
v7 v8 22 22 * !MapFish (inc OL): https://trac.mapfish.org/trac/mapfish/wiki/HowToBuild 23 23 * !OpenLayers: http://trac.openlayers.org/wiki/Profiles 24 25 === Clear Database === 26 * Close Web2Py 27 * Start up in shell mode: 28 {{{ 29 python web2py.py -S sahana -M 30 }}} 31 Then run: 32 {{{ 33 shn_db_cleanup(db) 34 }}} 35 (This function is configured in {{{modules/sahana.py}}}) 36 24 37 25 38 === Export Application ===