Changes between Version 75 and Version 76 of InstallationGuidelines/VirtualMachine
- Timestamp:
- 12/22/13 15:17:58 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/VirtualMachine
v75 v76 10 10 == Install !VirtualBox == 11 11 12 * Download the appropriate '''[https://www.virtualbox.org/wiki/Downloads VirtualBox binary ]''' for your system. (You won't need the SDK, and would only need the "extension pack" if you want to use a USB device from your virtual system. You can add it later if so.)12 * Download the appropriate '''[https://www.virtualbox.org/wiki/Downloads VirtualBox binary and extension pack]''' for your system. (You won't need the SDK.) 13 13 14 14 * Run the installer (by whatever means is appropriate for your system). … … 45 45 * User: ''dev'' 46 46 * Password: ''eden'' 47 * If a Linux update window has popped up, click "Ask Me Later" to dismiss it (see below for more information on updating Linux). [http://www.freeimagehosting.net/oblz2 screenshot] 47 48 == You may want to change the dev password. == 48 49 49 * Start a terminal window by double-clicking the LXTerminal icon. 50 * Start a terminal window by double-clicking the LXTerminal icon. (It may be hidden by popup windows at the top of the screen at first.) 50 51 * To change your password, type {{{passwd}}} and follow the instructions. 51 52 … … 113 114 Next, start Web2py and Eden. 114 115 115 * Edit {{{web2py/applications/eden/models/000_config.py}}} to say that you've finished editing.116 * Compare the files {{{web2py/applications/eden/models/000_config.py}}} and {{{web2py/applications/eden/private/templates/000_config.py}}}. If there are any changes in the {{{private/templates/000_config.py}}} file, update the {{{models/000_config.py}}} file with those changes. 116 117 117 * Start Web2py using Eclipse's "web2py" Debug configuration.118 * Start Web2py in Eclipse's Debug configuration. To do this, open Eclipse, open Web2Py by clicking "File," then "Open File," then selecting Web2Py.py in the Web2Py directory. Then click on "Run" in the toolbar and "Debug." [http://www.freeimagehosting.net/q6euj screenshot] 118 119 119 * Access the application using Firefox. To do this, make sure the application is currently running in Eclipse, then open Firefox and select "Sahana Eden local."120 * Access the application using Firefox. To do this, make sure the application is currently running in Eclipse, then open Firefox and type in the Web2Py URL, "127.0.0.1:8000". 120 121 121 122 * Have a look at the rest of the [wiki:Develop developer's wiki].