Changes between Version 44 and Version 45 of InstallationGuidelines/VirtualMachine
- Timestamp:
- 11/30/11 13:55:15 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/VirtualMachine
v44 v45 63 63 bzr pull 64 64 }}} 65 66 If you are working on a specific branch for a particular event (e.g. RHoK), then update to that branch instead, e.g. : 67 {{{ 68 cd /home/web2py/applications/eden 69 bzr pull lp:~flavour/sahana-eden/cert 70 }}} 71 65 72 If, for some reason, you need a specific revision, do the following with nnnn replaced by the revision you want: 66 73 {{{ … … 68 75 bzr pull -r nnnn 69 76 }}} 70 71 77 ==== Update web2py ==== 72 78 On occasion, the latest revision of Web2py is not stable. Check the topic in the #sahana-eden IRC channel on freenode for the latest known-safe revision.