Changes between Version 110 and Version 111 of InstallationGuidelinesVirtualMachine
- Timestamp:
- 03/24/11 10:22:22 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelinesVirtualMachine
v110 v111 7 7 It is in the Open Virtual Machine format for use in either [http://virtualbox.org VirtualBox] or [http://vmware.com VMWare]. 8 8 9 It is currently running the Ubuntu 10.04 OS with Web2Py-r2717, Eden-r1560 & Eclipse 3.5 (this needs confirmed) 9 It is currently running the Ubuntu 10.04 OS with Web2Py-r2717, Eden-r1560 & Eclipse 3.5 (this needs to be confirmed) 10 10 11 == Download == 11 12 409Mb OVF format for !VirtualBox: … … 15 16 16 17 Original source site with the original patches available [http://9while9.com here], along with documentation and usage notes. 18 17 19 == Usage Notes == 20 21 === Introduction === 22 The dev env virtual machines for Virtualbox and VMware are based on a [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. 23 24 The development environment is configured to launch [http://lxde.org LXDE], a lightweight desktop environment after the first boot. From LXDE, Eclipse with Pydev, Firefox with Firebug, iPython and irssi are accessible. 25 18 26 After installation you will need to configure the included !Eclipse/PyDev: 19 27 * DeveloperGuidelinesEclipse#Configuration 20 28 21 === Introduction ===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.23 24 The development environment is configured to launch [http://lxde.org LXDE], a lightweight desktop environment after the first boot. From LXDE, Eclipse with Pydev, Firefox with Firebug, iPython and irssi are accessible.25 26 29 === Getting Started === 27 1. [ http://eden.sahanafoundation.org/wiki/InstallationGuidelinesVirtualMachine#download Download] the Image30 1. [InstallationGuidelinesVirtualMachine#download Download] the Image 28 31 2. Uncompress the image: [http://www.7-zip.org/download.html 7zip] is a very effective FOSS tool for systems running Microsoft OSs. In Linux distros, the following command should work: 29 32 {{{ … … 31 34 }}} 32 35 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.36 36 37 37 ==== !VirtualBox Installation ==== … … 47 47 48 48 ===== Troubleshooting !VirtualBox ===== 49 === Important === 50 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. 51 49 52 ''Network Configuration'' 50 53 … … 67 70 ''Boot Process Halts'' 68 71 69 70 72 '''Scenario''' 71 73 72 74 When started in !VirtualBox OSE 3.1.6, !NewDev boot process halts at "Starting Initialization Hooks". 73 74 75 75 76 '''Solution''' … … 93 94 13. Press the green play icon to start the virtual machine. 94 95 95 96 96 Remember to install the Linux VMware Tools after starting up the Eden machine using Virtual Machine > Install VMware Tools 97 97 {{{ … … 101 101 And accept all the default options 102 102 103 104 103 ''VMWware Converter'' 105 104 Version 4.0.1: "Cannot be deployed on the target hardware" 106 105 107 106 ''VMware Player 3.1.1 (Ubuntu)'' 108 109 107 110 108 No File|Import option. Nor can one build a VM with a preexisting VMDK. … … 140 138 }}} 141 139 142 === Credentials === 140 === User Accounts === 141 Root password is set through a dialog box on first boot. 142 143 The user named ''dev'' should have it's password set from the command line when first boot is complete with the command: 144 {{{ 145 passwd dev 146 }}} 147 148 You should then reboot & use the Graphical User Interface to login as the user 'dev'. 143 149 144 150 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": … … 148 154 /home/dev/web2py.py --password admin -i 127.0.0.1 -p 80 149 155 }}} 150 ==== User Accounts ====151 Root password is set through a dialog box on first boot.152 153 The user named ''dev'' should have it's password set from the command line when first boot is complete with the command:154 {{{155 passwd dev156 }}}157 158 You should then reboot & use the Graphical User Interface to login as the user 'dev'.159 156 160 157 Credentials for the previous version: