Changes between Version 5 and Version 6 of UserGuidelines/Admin/DataMigration/Haiti


Ignore:
Timestamp:
01/17/10 12:24:59 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/Admin/DataMigration/Haiti

    v5 v6  
    5252vim /home/haiti/prod/models/00_db.py
    5353    migrate = False
     54}}}
    5455
     56If the system is being heavily used, need to put up a holding page during this time to prevent data entry.
     57{{{
     58vim /home/haiti/web2py/maintenance.htm
     59    This site is down for maintenance - back soon!
     60vim /etc/apache2/sites-enabled/prod
     61    RewriteRule ^/$ /maintenance.htm [R]
    5562}}}
    5663=== Web Services ===