Changes between Version 29 and Version 30 of InstallationGuidelines/VirtualMachine
- Timestamp:
- 11/11/11 10:34:55 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/VirtualMachine
v29 v30 57 57 == After logging in... == 58 58 59 === Eclipse === 60 Some Eclipse and !PyDev configuration is needed in the current image. (This is temporary -- this section will be removed when an image is uploaded that has a configured Eclipse included.) 61 * DeveloperGuidelinesEclipse#Configuration 62 59 63 === Updating Web2py, Eden, and the operating system === 60 64 … … 85 89 {{{ 86 90 cd /home/web2py/applications/eden 87 bzr pull -r nnn 91 bzr pull -r nnnn 88 92 }}} 89 93 … … 95 99 sudo apt-get upgrade 96 100 }}} 97 98 === Eclipse ===99 Some parts of the Eclipse and !PyDev configuration need to be done after startup:100 * DeveloperGuidelinesEclipse#Configuration101 101 102 102 ----- … … 145 145 }}} 146 146 147 -----148 149 147 == Procedure for making a new virtual machine image == 150 148