Changes between Version 108 and Version 109 of InstallationGuidelinesVirtualMachine
- Timestamp:
- 03/24/11 10:17:03 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelinesVirtualMachine
v108 v109 18 18 After installation you will need to configure the included !Eclipse/PyDev: 19 19 * DeveloperGuidelinesEclipse#Configuration 20 === Important === 21 It's been reported that VMs derived from patched ISOs, as these have, may have network problems. Read [http://www.turnkeylinux.org/docs/virtualization/udev-persistent-net-generation this] article to work the solution. Contact us if you still have problems. There's no way for us to test whether there will be problems in your case. 20 22 21 === Introduction === 23 22 The dev env virtual machines for Virtualbox and VMware are based on a [http://eden.sahanafoundation.org/wiki/BluePrintlivecdinstaller blueprint] and are configured to use about 512MB of RAM. The virtual disk is configured to expand to 20GB. The virtual machine is built on [http://www.turnkeylinux.org/core TurnKey Linux's Core], which in turn is based on Ubuntu 10.04 (Lucid -- the most recent long-term support release). The machine runs [http://code.google.com/p/shellinabox/ Shellinabox], [http://www.webmin.com/ Webmin], and SSH/sftp as services from startup. … … 32 31 }}} 33 32 To run the image, you need to install either !VirtualBox or VMWare: 33 34 === Important === 35 It's been reported that VMs derived from patched ISOs, as these have, may have network problems. Read [http://www.turnkeylinux.org/docs/virtualization/udev-persistent-net-generation this] article to work the solution. Contact us if you still have problems. There's no way for us to test whether there will be problems in your case. 34 36 35 37 ==== !VirtualBox Installation ==== … … 47 49 ''Network Configuration'' 48 50 49 50 51 Solutions will be here. 51 52 52 53 53 ''Import Fails'' 54 54 55 56 55 '''Scenario''' 57 58 56 59 57 After first step of import, !VirtualBox OSE 3.1.6 reports the following: 60 58 "Failed to import appliance /path/to/appliance/!NewDev.ofg. Too many IDE controllers in OVF; import facility only supports one." 61 62 59 63 60 '''First Solution''': … … 73 70 '''Scenario''' 74 71 75 76 72 When started in !VirtualBox OSE 3.1.6, !NewDev boot process halts at "Starting Initialization Hooks". 77 73 … … 79 75 '''Solution''' 80 76 81 82 77 Coming soon. 78 83 79 ==== VMWare Installation ==== 84 80 ''Import'' 85 86 81 87 82 To import the download VM into VMware (e.g. Fusion), use the following steps. … … 130 125 12. Press the play icon or "Power on this virtual machine". 131 126 132 133 127 ===== Troubleshooting VMware Tools Install ===== 134 128 * Open LXTerminal and browse to the folder containing vmware-install.pl. … … 147 141 148 142 === Credentials === 149 After first boot, the machine arrives at the graphical user interface login page. Login with the credentials provided below.150 143 151 144 Web2py administration password is set during the debugging process with either of the following commands and arguments, both of which would set the admin password to "admin": … … 162 155 passwd dev 163 156 }}} 157 158 You should then reboot & use the Graphical User Interface to login as the user 'dev'. 164 159 165 160 Credentials for the previous version: 166 161 ||Username: ''dev''||||Password: ''eden''|| 167 162 ||Username: ''root''||||Password: ''root''|| 163 168 164 ==== Root User ==== 169 165 There is no practical reason to login in as ''root''. … … 178 174 exit # Exit using root's account and shell 179 175 }}} 176 180 177 ==== Secure the System ==== 181 178 Change the default passwords to secure the system. … … 190 187 sudo apt-get upgrade 191 188 }}} 192 193 194 189 195 190 === Filesystem === … … 232 227 A new image without this issue has now been uploaded. 233 228 234 235 236 229 ---- 237 230 InstallationGuidelinesVirtualMachineMaintenance