Changes between Version 2 and Version 3 of InstallationGuidelines/Developer/PostPython
- Timestamp:
- 11/21/11 23:29:31 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Developer/PostPython
v2 v3 3 3 == Install Web2Py == 4 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.'' 5 6 {{{ 6 7 bzr branch lp:~mdipierro/web2py/devel web2py … … 12 13 bzr revno 13 14 bzr revert -r <earlier revision> 15 }}} 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. 17 {{{ 18 bzr checkout --lightweight lp:~mdipierro/web2py/devel web2py 14 19 }}} 15 20