Changes between Version 16 and Version 17 of InstallationGuidelines/VirtualMachine


Ignore:
Timestamp:
11/08/11 21:21:59 (13 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/VirtualMachine

    v16 v17  
    22= Installation Guidelines: Virtual Machine =
    33
    4 The most convenient way to get up and running is to use a pre-configured development kit -- a complete operating system that's been set up to include all the required code and tools, and saved as an image of the system's disk -- and run this "virtual appliance" in a "virtual machine". The virtual machine runs as an application on your machine -- the "host" machine -- and emulates a separate computer -- the "guest" machine. You won't have to install anything but the virtual machine directly on your system. (We're including the official virtual machine jargon in case you need to read virtual machine documentation.)
    5 
    6 
     4The most convenient way to get up and running is to use a pre-configured development kit -- a complete operating system that's been set up to include all the required code and tools, and saved as an image of the system's disk -- and run this "virtual system" (sometimes called an "appliance") in a "virtual machine" (VM). The virtual machine runs as an application on your machine -- the "host" machine -- and emulates a separate computer -- the "guest" machine. You won't have to install anything but the virtual machine directly on your system. (We're including the official virtual machine jargon in case you need to read virtual machine documentation.)
    75
    86== Get the Sahana Eden development kit image ==
    97
    10  * Download the current virtual machine image
    11    '''[http://eden.sahanafoundation.org/downloads/eden_dev_env_-_l_vb.tar.gz here]'''. Size is about 400MB.
     8 * Download the current '''[http://eden.sahanafoundation.org/downloads/eden_dev_env_-_l_vb.tar.gz virtual machine image]'''. Size is about 400MB.
    129
    13  * The image is compressed -- uncompress it. The extracted file will have an .ovf extension.
     10 * The image is compressed -- uncompress it. (The extracted file will have an .ovf extension.)
    1411  * On Windows, a good tool for (un)compressing is [http://www.7-zip.org/download.html 7-Zip].
    15   * On Linux / Unix, use tar xzf to uncompress the file, e.g. if the name of the downloaded image file is
    16     filename.tar.gz then do: [[br]]
     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]]
    1713    {{{tar xzf filename.tar.gz}}}
    1814
    1915== Install !VirtualBox ==
    2016
    21  * [https://www.virtualbox.org/wiki/Downloads Download the appropriate VirtualBox binary] for your system. (You won't need the "extension pack" or the SDK.)
     17 * Download the appropriate '''[https://www.virtualbox.org/wiki/Downloads VirtualBox binary]''' for your system. (You won't need the "extension pack" or the SDK.)
    2218
    2319 * Run the installer (by whatever means is appropriate for your system).
    2420  * Let it install all features.
    25   * The installation will temporarily disconnect your machine from the network -- take appropriate action before letting the installer proceed if you are running something that can't tolerate that.
     21  * The installation will temporarily disconnect your machine from the network -- take appropriate action before letting the installer proceed if you are running something that can't tolerate being disconnected.
    2622
    2723== Import the image into the virtual machine ==
     
    3127 * Give !VirtualBox the image to run:
    3228  * Select File -> Import Appliance.
    33   * Click on the Choose button and navigate to and select the uncompressed image (the .ovf file).
     29  * Click the Choose button. Navigate to and select the uncompressed image (the .ovf file).
    3430  * Click Next (or Open, for a Mac).
    3531  * Accept the default appliance options unless you have a reason to make a specific change.