Changes between Version 2 and Version 3 of InstallationGuidelines/VirtualMachine
- Timestamp:
- 11/06/11 13:57:33 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/VirtualMachine
v2 v3 1 1 [[TOC]] 2 2 = Installation Guidelines: Virtual Machine = 3 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 The 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. 3 10 4 11 == Get the Sahana Eden development kit image == … … 39 46 * Select NAT mode. 40 47 48 == Configuration of the guest system == 49 50 51 52 Configure the included !Eclipse/PyDev: 53 * DeveloperGuidelinesEclipse#Configuration 41 54 ----- 42 55 43 56 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 60 The 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. 56 61 57 62 The 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. 58 63 59 After installation you will need to configure the included !Eclipse/PyDev: 60 * DeveloperGuidelinesEclipse#Configuration 64 61 65 62 66 === Getting Started ===