Changes between Version 61 and Version 62 of InstallationGuidelinesVirtualMachine
- Timestamp:
- 01/04/11 15:44:20 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelinesVirtualMachine
v61 v62 1 1 [[TOC]] 2 2 = Virtual Machine = 3 4 == Summary == 3 5 This virtual machine has been built to allow Developers to get operational quickly (1 Gb compressed): 4 * http://eden.sahanafoundation.org/Eden-VM.zip (UK)5 * http://sahanafoundation.org/Eden-VM.zip (US)6 6 7 7 It is in the Open Virtual Machine format for use in either [http://virtualbox.org VirtualBox] or [http://vmware.com VMWare]. 8 8 9 It is currently running the Ubuntu 10.04 OS with Web2Py-r2717, Eden-r1560 & Eclipse 3.6 10 9 It is currently running the Ubuntu 10.04 OS with Web2Py-r2717, Eden-r1560 & Eclipse 3.6. 10 == Download == 11 * http://eden.sahanafoundation.org/Eden-VM.zip (UK) 12 * http://sahanafoundation.org/Eden-VM.zip (US) 11 13 == Usage Notes == 12 14 … … 22 24 === Getting Started === 23 25 1. Download the Image 24 2. Uncompress the image 26 2. Uncompress the image: [http://www.7-zip.org/download.html 7zip] is a very effective FOSS tool for systems running Microsoft OSs. In Linux distros, the following command should work: 27 {{{ 28 unzip Eden-VM.zip #unzip to current working directory 29 unzip -d ~/ Eden-VM.zip #unzip to home directory 30 }}} 25 31 To run the image, you need to install either !VirtualBox or VMWare: 26 32