Changes between Version 75 and Version 76 of InstallationGuidelines/VirtualMachine


Ignore:
Timestamp:
12/22/13 15:17:58 (11 years ago)
Author:
annam
Comment:

I clarified several parts of the instructions, on the VirtualBox extension pack, possible Linux popup windows, the 000_config.py files, and running Web2Py in Eclipse and Firefox.

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/VirtualMachine

    v75 v76  
    1010== Install !VirtualBox ==
    1111
    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.)
    1313
    1414 * Run the installer (by whatever means is appropriate for your system).
     
    4545  * User: ''dev''
    4646  * 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]
    4748== You may want to change the dev password. ==
    4849
    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.)
    5051 * To change your password, type {{{passwd}}} and follow the instructions.
    5152
     
    113114Next, start Web2py and Eden.
    114115
    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.
    116117
    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]
    118119
    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".
    120121
    121122* Have a look at the rest of the [wiki:Develop developer's wiki].