Changes between Version 51 and Version 52 of InstallationGuidelines/VirtualMachine


Ignore:
Timestamp:
11/27/12 00:54:40 (12 years ago)
Author:
nbojinov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/VirtualMachine

    v51 v52  
    66== Get the Sahana Eden development kit image ==
    77
    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.
    99
    1010== Install !VirtualBox ==
     
    2121
    2222 * 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]'''
    2525  * Click Next (or Open, for a Mac).
    2626  * (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
    2829
    2930== Connect to the network ==
     
    4041On the left side of the !VirtualBox Manager GUI, you should see your new "Eden Dev Env" virtual machine.
    4142
    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]'''
    4344 * As it starts up, it may show popups about "mouse / keyboard capture". Check "Don't show this again" and dismiss the popups.
    4445 * The Login screen should appear:
     
    4647  * Password: ''eden''
    4748 * After you're logged in, the Eclipse IDE will start -- ignore it for the moment.
    48 
    4949== You may want to change the dev password. ==
    5050
     
    138138
    139139Several useful tools have been installed:
    140  * git - Version control system. Hosting is provided by GitHub
     140 * git - Version control system. Hosting is provided by  '''[http://eden.sahanafoundation.org/wiki/DeveloperGuidelines/Git GitHub]'''
    141141 * Firefox with Firebug for examining what is sent to the browser, and viewing HTTP messages sent to and from the browser.
    142142 * Eclipse with !PyDev for editing and debugging Python code.
    143143 * Scripts for updating the Eden code and other tools.
    144144 * 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]'''
    146146
    147147== Notes on using Linux (mainly for non-Linux users) ==