Changes between Version 7 and Version 8 of InstallationGuidelines/Windows/Developer/Manual


Ignore:
Timestamp:
10/22/11 06:13:51 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Windows/Developer/Manual

    v7 v8  
    4545 * http://launchpad.net/bzr/2.4/2.4.1/+download/bzr-2.4.1-1.win32-py2.7.exe
    4646
    47 == Install Web2Py ==
    48 As a Developer, it is best to run the Trunk version of Web2Py, so that you can fine-tune the version that you have installed & get involved with the Web2Py developer community.
    49 {{{
    50 bzr branch lp:~mdipierro/web2py/devel web2py
    51 }}}
    52 
    53 There are occasional issues with the latest Trunk, so you may need to try a slightly older revision.
    54 {{{
    55 cd web2py
    56 bzr revno
    57 bzr revert -r <earlier revision>
    58 }}}
    59 
    60 == Install Sahana ==
    61 As a Developer, you should generally run the Trunk version of Web2Py, so that you can submit patches against the latest code:
    62 {{{
    63 cd web2py/applications
    64 bzr branch lp:sahana-eden eden
    65 }}}
    66 
    67 NB Note the fact that we ensure that the name of the web2py application has no hyphen in, as otherwise it cannot run!
    68 
    69 == Install Eclipse ==
    70 If you want a graphical debugger to set breakpoints & step through code then it is recommended to install Eclipse:
    71  * DeveloperGuidelinesEclipse
    72 
    73 == Developer Guidelines ==
    74 Now, see how to put your installation to work:
    75  * DeveloperGuidelines
     47== Next ==
     48Install Web2Py & Sahana:
     49 * InstallationGuidelines/Windows/Developer/PostPython