Changes between Version 5 and Version 6 of BluePrintlivecdinstaller
- Timestamp:
- 12/14/10 14:40:44 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintlivecdinstaller
v5 v6 60 60 61 61 == Dev == 62 Designed for use in Training sessions where we want to get a number of people on diverse equipment operational quickly. 63 Should include a Desktop & Debugging tools: Eclipse & Firebug 64 62 65 This would replace our existing VM: 63 66 * InstallationGuidelinesVirtualMachine 67 68 === Build === 69 {{{ 70 bzr branch -r 2717 lp:~mdipierro/web2py/devel web2py 71 cd web2py/applications 72 bzr branch -r XXX lp:~sahana-eden eden 73 }}} 74 75 === Updates === 76 'update' alias 77 {{{ 78 cd web2py 79 bzr pull -r <revision> 80 cd applications/eden 81 bzr pull -r <revision> 82 }}} 64 83 65 84 == Status ==