Changes between Version 20 and Version 21 of InstallationGuidelinesVirtualMachine
- Timestamp:
- 09/05/10 09:11:50 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelinesVirtualMachine
v20 v21 17 17 4. Firefox is pre-populated with Eden bookmarks. 18 18 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 === 20 25 To import the download VM into VMware Fusion, use the following steps. 21 26 1. File > New … … 36 41 And accept all the default options 37 42 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 ---- 44 InstallationGuidelinesVirtualMachineMaintenance 51 45 52 After removing any unwanted packages, purge the filesystem using:53 {{{54 COLUMNS=200 dpkg -l | grep ^rc | awk '{print $2} ' | xargs dpkg -P55 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-delete64 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 compact73 }}}74 ----75 46 InstallationGuidelinesDeveloper 76 47