Changes between Version 7 and Version 8 of SysAdmin/ReleaseProcess


Ignore:
Timestamp:
01/05/09 15:02:58 (16 years ago)
Author:
Fran Boon
Comment:

+Clear Database

Legend:

Unmodified
Added
Removed
Modified
  • SysAdmin/ReleaseProcess

    v7 v8  
    2222 * !MapFish (inc OL): https://trac.mapfish.org/trac/mapfish/wiki/HowToBuild
    2323 * !OpenLayers: http://trac.openlayers.org/wiki/Profiles
     24
     25=== Clear Database ===
     26 * Close Web2Py
     27 * Start up in shell mode:
     28{{{
     29python web2py.py -S sahana -M
     30}}}
     31Then run:
     32{{{
     33shn_db_cleanup(db)
     34}}}
     35(This function is configured in {{{modules/sahana.py}}})
     36
    2437
    2538=== Export Application ===