wiki:Haiti

Version 23 (modified by Fran Boon, 15 years ago) ( diff )

Translations

Haiti Emergency Response: 2010 Earthquake

Background:

Code:

We have a few development strands:

  • Migrating data from Live to Dev for better testing
    • CSV (beware DB locks!)
      python web2py.py -S prod -M
      db.export_to_csv_file(open('db.csv','wb'))
      Ctrl+D
      python web2py.py -S dev -M
      db.import_from_csv_file(open('db.csv','rb'))
      db.commit()
      Ctrl+D
      
    • Web services (better to avoid locks, however needs to be resource by resource)
      • migrate the locations first (using the xml interface), you can later migrate the orgs and offices together (through JOIN)
  • Convert Server to MySQL (Dan)

Work is being coordinated via IRC Chat. Speak to lifeeth, flavour, michaelhowden, nursix, mprutsalis, bitnerd, chamindra, ajuonline

Team:

Note: See TracWiki for help on using the wiki.