Changes between Version 21 and Version 22 of InstallationGuidelines/Developer/PostPython
- Timestamp:
- 09/27/13 05:28:36 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Developer/PostPython
v21 v22 20 20 == Install Eden == 21 21 22 === For Instant Development===22 === Quick === 23 23 24 If you intend on developing the Sahana code base but do not intend on your changes making it back to the core(perhaps for a custom deployment) you can just clone the Trunk version of Eden:24 If you are deploying Sahana Eden code base but do not intend on contributing any changes back to the core trunk (perhaps for a custom deployment) you can just clone the Trunk version of Eden: 25 25 26 26 {{{ … … 30 30 31 31 ,,'''Note''': the fact that we ensure that the name of the web2py application has no hyphen in, as otherwise it cannot run under Apache! 32 === For Long TermDevelopment ===32 === For Ongoing Development === 33 33 34 If you intend to develop for Sahana and have your code pulled into the core it is better to follow the instructions on DeveloperGuidelines/Gitto be able to {{{pull}}} new updates and {{{push}}} changes.34 If you intend to develop for Sahana Eden and have your code pulled into Trunk you need to follow the instructions [DeveloperGuidelines/Git#ForkYourOwnSahanaEdenRepository Fork Your Own Sahana Eden Repository] to be able to {{{pull}}} new updates and {{{push}}} changes. 35 35 == Start Eden == 36 36 To test your installation of Eden, without Eclipse, you can start web2py from the command line: