Changes between Version 21 and Version 22 of InstallationGuidelines/Developer/PostPython


Ignore:
Timestamp:
09/27/13 05:28:36 (11 years ago)
Author:
Michael Howden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Developer/PostPython

    v21 v22  
    2020== Install Eden ==
    2121
    22 === For Instant Development ===
     22=== Quick ===
    2323
    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:
     24If 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:
    2525
    2626{{{
     
    3030
    3131,,'''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 Term Development ===
     32=== For Ongoing Development ===
    3333
    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/Git to be able to {{{pull}}} new updates and {{{push}}} changes.
     34If 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.
    3535== Start Eden ==
    3636To test your installation of Eden, without Eclipse, you can start web2py from the command line: