| 8 | |
| 9 | === Report 2 Bugs in Sahana Eden for Hurricane Sandy Response === |
| 10 | Test the http://sandyrelieftest.sahanafoundation.org/ (you will need to register and wait for approval). Review Deployments/Sandy/Occupy for a better understanding of what this site is used for. Report them following http://eden.sahanafoundation.org/wiki/BugReportingGuidelines. |
| 11 | |
| 12 | === Report 2 Bugs in Sahana Eden for Red Cross === |
| 13 | Test your local instance of Sahana Eden with the IFRC (International Federation of Red Cross and Red Crescent Societies) deployment setting & . In models/000_config.py set: |
| 14 | {{{ |
| 15 | settings.base.template = "IFRC" |
| 16 | ... |
| 17 | # Over-rides to the Template may be done here |
| 18 | settings.base.prepopulate = ["IFRC_Train"] |
| 19 | }}} |
| 20 | Do this before first running Sahana Eden - or delete the contents of your {{{databases/}}} folder to force Sahana Eden to prepopulate again. There will be an administrator account generated automatically: admin@example.com password: testing. |
| 21 | Report them following http://eden.sahanafoundation.org/wiki/BugReportingGuidelines. |
| 22 | |