Changes between Version 2 and Version 3 of InstallationGuidelines/VirtualMachine


Ignore:
Timestamp:
11/06/11 13:57:33 (13 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/VirtualMachine

    v2 v3  
    11[[TOC]]
    22= Installation Guidelines: Virtual Machine =
     3
     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 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
     6The development kit is a Debian Linux system with several useful tools installed:
     7 * Bazaar (bzr) -- revision control system used on Launchpad, where Sahana eden sources are hosted.
     8 * Firefox with Firebug for viewing HTTP messages sent to and from the browser.
     9 * Eclipse with PyDev for editing and debugging Python code.
    310
    411== Get the Sahana Eden development kit image ==
     
    3946 * Select NAT mode.
    4047
     48== Configuration of the guest system ==
     49
     50
     51
     52Configure the included !Eclipse/PyDev:
     53 * DeveloperGuidelinesEclipse#Configuration
    4154-----
    4255
    4356
    44 == Download ==
    45 409Mb OVF format for !VirtualBox:
    46  * http://eden.sahanafoundation.org/downloads/eden_dev_env_-_l_vb.tar.gz (UK)
    47 385MB Vmx format for VMWare:
    48  * http://eden.sahanafoundation.org/downloads/eden_dev_env_l.tar.gz (UK)
    49 
    50 Original source site with the original patches available [http://9while9.com here], along with documentation and usage notes.
    51 
    52 == Usage Notes ==
    53 
    54 === Introduction ===
    55 The dev env virtual machines for Virtualbox and VMware are based on a [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.
     57
     58== Notes ==
     59
     60The virtual machine image is based on a [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.
    5661
    5762The development environment is configured to launch [http://lxde.org LXDE], a lightweight desktop environment after the first boot. From LXDE, Eclipse with Pydev, Firefox with Firebug, iPython and irssi are accessible.
    5863
    59 After installation you will need to configure the included !Eclipse/PyDev:
    60  * DeveloperGuidelinesEclipse#Configuration
     64
    6165
    6266=== Getting Started ===