Changes between Version 110 and Version 111 of InstallationGuidelinesVirtualMachine


Ignore:
Timestamp:
03/24/11 10:22:22 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelinesVirtualMachine

    v110 v111  
    77It is in the Open Virtual Machine format for use in either [http://virtualbox.org VirtualBox] or [http://vmware.com VMWare].
    88
    9 It is currently running the Ubuntu 10.04 OS with Web2Py-r2717, Eden-r1560 & Eclipse 3.5 (this needs confirmed)
     9It is currently running the Ubuntu 10.04 OS with Web2Py-r2717, Eden-r1560 & Eclipse 3.5 (this needs to be confirmed)
     10
    1011== Download ==
    1112409Mb OVF format for !VirtualBox:
     
    1516
    1617Original source site with the original patches available [http://9while9.com here], along with documentation and usage notes.
     18
    1719== Usage Notes ==
     20
     21=== Introduction ===
     22The 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
     24The 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
    1826After installation you will need to configure the included !Eclipse/PyDev:
    1927 * DeveloperGuidelinesEclipse#Configuration
    2028
    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 
    2629=== Getting Started ===
    27  1. [http://eden.sahanafoundation.org/wiki/InstallationGuidelinesVirtualMachine#download Download] the Image
     30 1. [InstallationGuidelinesVirtualMachine#download Download] the Image
    2831 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:
    2932{{{
     
    3134}}}
    3235To 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.
    3636
    3737==== !VirtualBox Installation ====
     
    4747
    4848===== Troubleshooting !VirtualBox =====
     49=== Important ===
     50It'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
    4952''Network Configuration''
    5053
     
    6770''Boot Process Halts''
    6871
    69 
    7072'''Scenario'''
    7173
    7274When started in !VirtualBox OSE 3.1.6, !NewDev boot process halts at "Starting Initialization Hooks".
    73 
    7475
    7576'''Solution'''
     
    9394 13. Press the green play icon to start the virtual machine.
    9495
    95 
    9696Remember to install the Linux VMware Tools after starting up the Eden machine using Virtual Machine > Install VMware Tools
    9797{{{
     
    101101And accept all the default options
    102102
    103 
    104103''VMWware Converter''
    105104Version 4.0.1: "Cannot be deployed on the target hardware"
    106105
    107106''VMware Player 3.1.1 (Ubuntu)''
    108 
    109107
    110108No File|Import option. Nor can one build a VM with a preexisting VMDK.
     
    140138}}}
    141139
    142 === Credentials ===
     140=== User Accounts ===
     141Root password is set through a dialog box on first boot.
     142
     143The user named ''dev'' should have it's password set from the command line when first boot is complete with the command:
     144{{{
     145passwd dev
     146}}}
     147
     148You should then reboot & use the Graphical User Interface to login as the user 'dev'.
    143149
    144150Web2py 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":
     
    148154/home/dev/web2py.py --password admin -i 127.0.0.1 -p 80
    149155}}}
    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 dev
    156 }}}
    157 
    158 You should then reboot & use the Graphical User Interface to login as the user 'dev'.
    159156
    160157Credentials for the previous version: