Changes between Version 51 and Version 52 of InstallationGuidelines/VirtualMachine
- Timestamp:
- 11/27/12 00:54:40 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/VirtualMachine
v51 v52 6 6 == Get the Sahana Eden development kit image == 7 7 8 * Download the current '''[http://eden.sahanafoundation.org/downloads/EdenDevEnv.ova virtual machine image]'''. Size is 1.2 Gb. Updated: 2012-10-27.8 * Download the current '''[http://eden.sahanafoundation.org/downloads/EdenDevEnv.ova virtual machine image]'''. Size is 1.2 Gb. Estimated time for download:30 min. Updated: 2012-10-27. 9 9 10 10 == Install !VirtualBox == … … 21 21 22 22 * Give !VirtualBox Manager the image to run: 23 * Select File -> Import Appliance. 24 * Click the Choose button. Navigate to the !EdenDevEnv.ova file and select it. 23 * Select File -> Import Appliance. '''[http://www.freeimagehosting.net/45utn screenshot]''' 24 * Click the Choose button. Navigate to the !EdenDevEnv.ova file and select it. '''[http://www.freeimagehosting.net/dflyg click]''' 25 25 * Click Next (or Open, for a Mac). 26 26 * (Do not uncheck any options on the appliance options form.) 27 * Click Import. 27 * Click Import. '''[http://www.freeimagehosting.net/6ddvf click]''' 28 * Wait for the Import process to finish. '''[http://www.freeimagehosting.net/u1a3h click]''' Estimated time:5 minutes 28 29 29 30 == Connect to the network == … … 40 41 On the left side of the !VirtualBox Manager GUI, you should see your new "Eden Dev Env" virtual machine. 41 42 42 * Double-click the virtual machine entry to start it. 43 * Double-click the virtual machine entry to start it. '''[http://www.freeimagehosting.net/3rynj click]''' 43 44 * As it starts up, it may show popups about "mouse / keyboard capture". Check "Don't show this again" and dismiss the popups. 44 45 * The Login screen should appear: … … 46 47 * Password: ''eden'' 47 48 * After you're logged in, the Eclipse IDE will start -- ignore it for the moment. 48 49 49 == You may want to change the dev password. == 50 50 … … 138 138 139 139 Several useful tools have been installed: 140 * git - Version control system. Hosting is provided by GitHub140 * git - Version control system. Hosting is provided by '''[http://eden.sahanafoundation.org/wiki/DeveloperGuidelines/Git GitHub]''' 141 141 * Firefox with Firebug for examining what is sent to the browser, and viewing HTTP messages sent to and from the browser. 142 142 * Eclipse with !PyDev for editing and debugging Python code. 143 143 * Scripts for updating the Eden code and other tools. 144 144 * iPython -- a fancier Python command line than the standard. (Note not everyone prefers this.) 145 * irssi 145 * irssi - IRC chat client '''[http://en.wikipedia.org/wiki/Irssi more in wikipedia]''' 146 146 147 147 == Notes on using Linux (mainly for non-Linux users) ==