Changes between Version 3 and Version 4 of InstallationGuidelines/Developer/PostPython


Ignore:
Timestamp:
11/22/11 09:12:46 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Developer/PostPython

    v3 v4  
    22
    33== Install Web2Py ==
    4 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.
    5 ''Note: If you have a slow internet connection, and {{{bzr branch}}} does not complete, see below.''
     4As 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:
    65{{{
    76bzr branch lp:~mdipierro/web2py/devel web2py
    87}}}
    98
    10 There are occasional issues with the latest Trunk, so you may need to try a slightly older revision.
     9There are occasional issues with the latest Trunk, so you may need to try a slightly older revision. If this is needed, after downloading:
    1110{{{
    1211cd web2py
     
    1413bzr revert -r <earlier revision>
    1514}}}
    16 If you have a slow internet connection, the {{{bzr branch}}} of Web2Py may not complete, due to a Launchpad timeout (this is a reported problem). In this case, you can do a "lightweight checkout", which does not provide a full revision history, and cannot be used to submit code for Web2Py.
     15
     16If you have a slow internet connection, then {{{bzr branch}}} of Web2Py may take a long time (640Mb). If you wish to get started more quickly, you can do a "lightweight checkout", which does not provide the revision history and so cannot be used to either rollback to earlier versions or updated to newer ones:
    1717{{{
    1818bzr checkout --lightweight lp:~mdipierro/web2py/devel web2py
    1919}}}
    20 
    2120== Install Eden ==
    2221As a Developer, you should generally run the Trunk version of Eden, so that you can submit patches against the latest code: