| 22 | |
| 23 | === Developers: Getting started === |
| 24 | 1. [http://eden.sahanafoundation.org/wiki/InstallationGuidelines Set up Sahana on your local machine] |
| 25 | 2. Once you've run Sahana once, you will have a file called models/000_config.py |
| 26 | 1. Update this file to use the SandyRelief template to see Erica's beautiful theme & have the other relevant settings. |
| 27 | 2. Also uncomment the settings.base.prepopulate = ["IFRC_Train"] line to get sample data. |
| 28 | 3. Go through the tutorial in the online book: http://eden.sahanafoundation.org/wiki/Book |
| 29 | 4. To log in to your local instance: username admin@example.com, password testing |
| 30 | 5. Join the community: http://eden.sahanafoundation.org/wiki#Contact |
| 31 | 6. Use the #SandyRelief channel on Freenode IRC as that is where the users of the system will be |
| 32 | 7. Ask questions and say hello on the email lists: |
| 33 | * Desired Functionality: [http://lists.occupy.net/lists/info/sahana sahana@lists.occupy.net] |
| 34 | * Sahana Eden (the global project): [https://groups.google.com/forum/?fromgroups=#!forum/sahana-eden sahana-eden@googlegroups.com] |
| 35 | |