Changes between Version 33 and Version 34 of InstallationGuidelines/VirtualMachine
- Timestamp:
- 11/12/11 10:17:35 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/VirtualMachine
v33 v34 24 24 * Give !VirtualBox Manager the image to run: 25 25 * 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. 27 27 * Click Next (or Open, for a Mac). 28 28 * (Do not uncheck any options on the appliance options form.) … … 103 103 }}} 104 104 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 105 112 ----- 106 113 … … 122 129 * Bazaar (bzr) -- revision control system used on Launchpad, where Sahana eden sources are hosted. 123 130 * 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. 125 132 * Scripts for updating the Eden code and other tools. 126 133 * iPython -- a fancier Python command line than the standard. (Note not everyone prefers this.) … … 130 137 131 138 === 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.139 Web2py is located in /home/web2py. Eden is located in /home/web2py/applications/eden. Eclipse and !PyDev are preconfigured with this information. 133 140 134 141 === The root account ===