Changes between Version 17 and Version 18 of InstallationGuidelines/VirtualMachine
- Timestamp:
- 11/08/11 22:10:06 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/VirtualMachine
v17 v18 8 8 * Download the current '''[http://eden.sahanafoundation.org/downloads/eden_dev_env_-_l_vb.tar.gz virtual machine image]'''. Size is about 400MB. 9 9 10 * The image is compressed -- uncompress it. (The extracted file will have an .ovf extension.)10 * The downloaded file is compressed -- uncompress it as follows. (You should end up with a directory with a name like "Eden Dev Env".) 11 11 * On Windows, a good tool for (un)compressing is [http://www.7-zip.org/download.html 7-Zip]. 12 * On Linux / Unix, use tar xzf to uncompress the file, e.g. if the name of the downloaded image file is filename.tar.gz then do: [[br]] 13 {{{tar xzf filename.tar.gz}}} 12 * On Linux / Unix, do: [[br]] 13 {{{tar xzf filename.tar.gz}}}[[br]] 14 using the actual downloaded filename in place of filename.tar.gz. 14 15 15 16 == Install !VirtualBox == … … 31 32 * Accept the default appliance options unless you have a reason to make a specific change. 32 33 34 == Start the virtual machine == 35 33 36 == Connect to the network == 34 37 … … 38 41 * Select the appropriate network interface (NIC), e.g. switch to wireless if that's what you're using. (Keep this setting in mind -- you may need to change it if you sometimes use a wired network, and sometimes wireless.) 39 42 * Select NAT mode. 43 44 == Install the "guest additions" == 40 45 41 46 == Configure the guest system ==