Changes between Version 11 and Version 12 of InstallationGuidelines/Developer/PostPython


Ignore:
Timestamp:
04/09/12 14:26:37 (13 years ago)
Author:
haveyougotanypets
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Developer/PostPython

    v11 v12  
    1818
    1919== Install Eden ==
    20 As a Developer, you should generally run the Trunk version of Eden, so that you can submit patches against the latest code:
     20
     21=== For Instant Development ===
     22
     23If 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
    2125{{{
    2226cd web2py/applications
     
    2428}}}
    2529
    26 NB Note the fact that we ensure that the name of the web2py application has no hyphen in, as otherwise it cannot run under Apache!
     30,,'''Note''' the fact that we ensure that the name of the web2py application has no hyphen in, as otherwise it cannot run under Apache!
    2731
     32
     33=== For Long Term Development ===
     34
     35If you intend to develop for Sahana and have your code pulled into the core it is better to follow the [http://help.github.com/send-pull-requests/ GitHub Fork, Pull Request model], this is preferred over submitting patches. To do this:
     36
     371. [https://github.com/signup/free Create a free Git account ]
     382. [http://help.github.com/linux-set-up-git/ Configure Git]
     393. [http://help.github.com/fork-a-repo/ Fork Sahana]
     404. [http://help.github.com/send-pull-requests/ Learn how to Pull Request your changes back into the core]
    2841== Start Eden ==
    2942