Changes between Version 33 and Version 34 of InstallationGuidelines/VirtualMachine


Ignore:
Timestamp:
11/12/11 10:17:35 (13 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/VirtualMachine

    v33 v34  
    2424 * Give !VirtualBox Manager the image to run:
    2525  * Select File -> Import Appliance.
    26   * Click the Choose button. Navigate to the EdenDevEnv.ova file and select it.
     26  * Click the Choose button. Navigate to the !EdenDevEnv.ova file and select it.
    2727  * Click Next (or Open, for a Mac).
    2828  * (Do not uncheck any options on the appliance options form.)
     
    103103}}}
    104104
     105== Next steps ==
     106
     107* Have a look at the rest of the [wiki:Develop developer's wiki].
     108* Try out this [http://en.flossmanuals.net/sahana-eden/building-a-new-application/ familiarization exercise].
     109
     110'''''Installation is complete here.''''' What follows are a few notes on usage.
     111
    105112-----
    106113
     
    122129 * Bazaar (bzr) -- revision control system used on Launchpad, where Sahana eden sources are hosted.
    123130 * Firefox with Firebug for examining what is sent to the browser, and viewing HTTP messages sent to and from the browser.
    124  * Eclipse with PyDev for editing and debugging Python code.
     131 * Eclipse with !PyDev for editing and debugging Python code.
    125132 * Scripts for updating the Eden code and other tools.
    126133 * iPython -- a fancier Python command line than the standard. (Note not everyone prefers this.)
     
    130137
    131138=== File locations ===
    132 Web2py is located in /home/web2py. Eden is located in /home/web2py/applications/eden. Eclipse and PyDev are preconfigured with this information.
     139Web2py is located in /home/web2py. Eden is located in /home/web2py/applications/eden. Eclipse and !PyDev are preconfigured with this information.
    133140
    134141=== The root account ===