Changes between Version 108 and Version 109 of InstallationGuidelinesVirtualMachine


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

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelinesVirtualMachine

    v108 v109  
    1818After installation you will need to configure the included !Eclipse/PyDev:
    1919 * 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
    2221=== Introduction ===
    2322The 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.
     
    3231}}}
    3332To run the image, you need to install either !VirtualBox or VMWare:
     33
     34=== Important ===
     35It'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.
    3436
    3537==== !VirtualBox Installation ====
     
    4749''Network Configuration''
    4850
    49 
    5051Solutions will be here.
    5152
    52 
    5353''Import Fails''
    5454
    55 
    5655'''Scenario'''
    57 
    5856
    5957After first step of import, !VirtualBox OSE 3.1.6 reports the following:
    6058"Failed to import appliance /path/to/appliance/!NewDev.ofg. Too many IDE controllers in OVF; import facility only supports one."
    61 
    6259
    6360'''First Solution''':
     
    7370'''Scenario'''
    7471
    75 
    7672When started in !VirtualBox OSE 3.1.6, !NewDev boot process halts at "Starting Initialization Hooks".
    7773
     
    7975'''Solution'''
    8076
    81 
    8277Coming soon.
     78
    8379==== VMWare Installation ====
    8480''Import''
    85 
    8681
    8782To import the download VM into VMware (e.g. Fusion), use the following steps.
     
    130125 12. Press the play icon or "Power on this virtual machine".
    131126
    132 
    133127===== Troubleshooting VMware Tools Install =====
    134128 * Open LXTerminal and browse to the folder containing vmware-install.pl.
     
    147141
    148142=== Credentials ===
    149 After first boot, the machine arrives at the graphical user interface login page. Login with the credentials provided below.
    150143
    151144Web2py 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":
     
    162155passwd dev
    163156}}}
     157
     158You should then reboot & use the Graphical User Interface to login as the user 'dev'.
    164159
    165160Credentials for the previous version:
    166161||Username: ''dev''||||Password: ''eden''||
    167162||Username: ''root''||||Password: ''root''||
     163
    168164==== Root User ====
    169165There is no practical reason to login in as ''root''.
     
    178174exit # Exit using root's account and shell
    179175}}}
     176
    180177==== Secure the System ====
    181178Change the default passwords to secure the system.
     
    190187sudo apt-get upgrade
    191188}}}
    192 
    193 
    194189
    195190=== Filesystem ===
     
    232227A new image without this issue has now been uploaded.
    233228
    234 
    235 
    236229----
    237230InstallationGuidelinesVirtualMachineMaintenance