Changes between Version 20 and Version 21 of InstallationGuidelinesVirtualMachine


Ignore:
Timestamp:
09/05/10 09:11:50 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelinesVirtualMachine

    v20 v21  
    1717 4. Firefox is pre-populated with Eden bookmarks.
    1818
    19 == Notes on VMWare Fusion install ==
     19=== !VirtualBox Installation ===
     20 1. Download [http://virtualbox.org VirtualBox]
     21 2. Install
     22 3. Import the Virtual Appliance
     23
     24=== VMWare Fusion Installation ===
    2025To import the download VM into VMware Fusion, use the following steps.
    2126 1. File > New
     
    3641And accept all the default options
    3742
    38 == Maintenance Docs ==
    39 NB It is best if the VM is maintained using the original !VirtualBox image & then re-exported to OVF
    40 {{{
    41 sudo su -
    42 apt-get update
    43 apt-get upgrade
    44 rm /var/cache/apt/archives/*
    45 exit
    46 cd Desktop/web2py
    47 bzr up
    48 cd applications/eden
    49 bzr pull
    50 }}}
     43----
     44InstallationGuidelinesVirtualMachineMaintenance
    5145
    52 After removing any unwanted packages, purge the filesystem using:
    53 {{{
    54 COLUMNS=200 dpkg -l | grep ^rc | awk '{print $2} ' | xargs dpkg -P
    55 rm -f /var/log/*
    56 }}}
    57 
    58 The next 2 steps are unnecessary if exporting to OVF?
    59 
    60 Overwrite the freespace with zeroes:
    61  * http://techthrob.com/2009/03/02/howto-delete-files-permanently-and-securely-in-linux/
    62 {{{
    63 apt-get install secure-delete
    64 sfill -fz /
    65 }}}
    66 
    67 Compress the VDI disk image:
    68  * http://www.mdl4.com/2010/04/virtualbox-compact-a-vdi-in-ubuntu/
    69 {{{
    70 C:
    71 cd "\Program Files\Oracle\VirtualBox"
    72 VBoxManage modifyhd c:\Users\%USERNAME%\.virtualbox\harddisks\Eden-Dev.vdi compact
    73 }}}
    74 ----
    7546InstallationGuidelinesDeveloper
    7647