= Haiti Emergency Response: 2010 Earthquake = Background: * http://en.wikipedia.org/wiki/2010_Haiti_earthquake * Instances: * Prod: http://haiti.sahanafoundation.org * Dev: http://haiti-orgsdev.sahanafoundation.org/ Code: * Branch: https://code.launchpad.net/sahana/haiti-quake-2010 {{{ bzr branch lp:sahana/haiti-quake-2010 haiti }}} * If you are getting a "Invalid Request" error when you try to run the application, try renaming the folder to "haiti" (no hyphen) and retrying: http://127.0.0.1:8000/haiti We have a few development strands: * [wiki:HaitiOrgsToDo Organisation Registry] (Who, What, Where) * [wiki:HaitiRMSToDo Request Management System] * [wiki:HaitiGISToDo GIS] * [wiki:HaitiMPRToDo Missing Persons Registry/Disaster Victim Identification] * [http://translate.hfoss.eu/wiki/Translation Translations] * [http://pootle.hfoss.eu/ht/sahanapy03/ Creole] * [http://pootle.hfoss.eu/fr/sahanapy03/ French] * Cross-merge the [http://pub.nursix.org/sahana/locale/fr_FR/sahana.po PHP French localisation]? * 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 [http://www.sahana.lk/chat IRC Chat]. Speak to lifeeth, flavour, michaelhowden, nursix, mprutsalis, bitnerd, chamindra, ajuonline Team: * https://launchpad.net/sahana/haiti-quake-2010