| 1 | == Getting Started with Sahana Eden == |
| 2 | |
| 3 | Thank you for participating in the first GHC Codeathon for Humanity with the Sahana-Eden project! Here are a few resources to help you get started. |
| 4 | |
| 5 | == Install the code and tools... == |
| 6 | |
| 7 | * Try out this canned installation -- Ubuntu Linux in a virtual machine, with all the tools and code needed to work on Sahana Eden: [InstallationGuidelinesVirtualMachine Sahana-Eden Installation using a Virtual Machine] |
| 8 | |
| 9 | The virtual machine install allows you to completely set-up the Sahana-Eden development environment using [http://www.virtualbox.org/ Virtual Box] - no fussing with your native OS installation. |
| 10 | |
| 11 | * For contrast, the normal setup is here: [InstallationGuidelinesDeveloper Sahana Eden Installation Guidelines for Developers] |
| 12 | |
| 13 | Please let us know if there are any problems! |
| 14 | |
| 15 | == Play with (a) Python... == |
| 16 | |
| 17 | * If you don't (yet) know Python, that's not a problem -- it's a pleasant language that's easy to get started with quickly. We'd suggest looking at the introductory lessons - [http://diveintopython.org/ Dive into Python] |
| 18 | * Best is, start up Python and try out commands interactively. (If you did the above installation, you'll have Python in the virtual machine.) |
| 19 | |
| 20 | == Try out Sahana Eden... == |
| 21 | |
| 22 | * Getting started information for developers is here: [http://eden.sahanafoundation.org/wiki/DeveloperGuidelines Developer Guidelines] |
| 23 | * For an introduction to the code, have a look at these slides: [http://www.slideshare.net/AidIQ/sahana-introduction-to-the-code-v2 Introduction to the Sahana Code] |
| 24 | |
| 25 | == If all else fails, read the manual... == |
| 26 | |
| 27 | * [http://docs.python.org/index.html Python] |
| 28 | * The Sahana Eden documentation starts here: [http://eden.sahanafoundation.org/ Sahana-Eden] |
| 29 | * but you can go straight to the part for developers: [http://eden.sahanafoundation.org/wiki/Develop Develop] |
| 30 | * [http://eden.sahanafoundation.org/wiki/DeveloperGuidelines Developer Guidelines] |
| 31 | |
| 32 | == More Helpful Presentations == |
| 33 | |
| 34 | * [http://www.slideshare.net/AidIQ AIDIQ] |
| 35 | * [http://web2py.com/book Underlying Web2py framework] |
| 36 | |
| 37 | == Setup a Launchpad Account == |
| 38 | |
| 39 | * [https://help.launchpad.net/YourAccount Create a Launchpad Account] |
| 40 | * [https://help.launchpad.net/YourAccount/CreatingAnSSHKeyPair Generate a ssh key-pair] and upload your key to your launchpad profile |
| 41 | * Join the [https://launchpad.net/~sahana-eden-ghc Sahana-Eden-GHC LaunchPad] group |
| 42 | |
| 43 | |