Changes between Version 3 and Version 4 of InstallationGuidelines/Developer/PostPython
- Timestamp:
- 11/22/11 09:12:46 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Developer/PostPython
v3 v4 2 2 3 3 == 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.'' 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: 6 5 {{{ 7 6 bzr branch lp:~mdipierro/web2py/devel web2py 8 7 }}} 9 8 10 There are occasional issues with the latest Trunk, so you may need to try a slightly older revision. 9 There are occasional issues with the latest Trunk, so you may need to try a slightly older revision. If this is needed, after downloading: 11 10 {{{ 12 11 cd web2py … … 14 13 bzr revert -r <earlier revision> 15 14 }}} 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 16 If 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: 17 17 {{{ 18 18 bzr checkout --lightweight lp:~mdipierro/web2py/devel web2py 19 19 }}} 20 21 20 == Install Eden == 22 21 As a Developer, you should generally run the Trunk version of Eden, so that you can submit patches against the latest code: