Changes between Version 8 and Version 9 of InstallationGuidelines/VirtualMachineGHC


Ignore:
Timestamp:
11/12/11 19:54:03 (13 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/VirtualMachineGHC

    v8 v9  
    5555On the left side of the !VirtualBox Manager GUI, you should see your new "Eden Dev Env" virtual machine.
    5656
    57  * Double-click the virtual machine entry to start it.
    58  * As it starts up, it may show popups about "mouse / keyboard capture". Check "Don't show this again" and dismiss the popups.
    59  * The Login screen should appear. User is ''dev'' and password is ''eden''.
    60  * After you're logged in, the Eclipse IDE will start -- ignore it for the moment.
     57* Double-click the virtual machine entry to start it.
     58* As it starts up, it may show popups about "mouse / keyboard capture". Check "Don't show this again" and dismiss the popups.
     59* The Login screen should appear. User is ''dev'' and password is ''eden''.
     60* After you're logged in, the Eclipse IDE will start -- ignore it for the moment.
    6161
    6262== You may want to change the dev password. ==
    6363
    64  * Start a terminal window by double-clicking the !LXTerminal icon.
    65  * To change your password, type {{{passwd}}} and follow the instructions.
     64* Start a terminal window by double-clicking the !LXTerminal icon.
     65* To change your password, type {{{passwd}}} and follow the instructions.
    6666
    67 === Fix bugs ===
    68 {{{
     67== Fix these before starting Eden ==
     68* Install the dateutil library:[[br]]
     69  {{{
    6970sudo apt-get install python-dateutil
    70 rm /home/web2py/applications/eden/models/000_config.py
    71 vi /home/web2py/applications/eden/models/000_config.py
     71}}}
     72* Get a fresh copy of the configuration file:
     73 * In Eclipse, find {{{web2py/applications/eden/models/000_config.py}}} and delete it (right-click (or Mac equivalent), delete).
     74 * Also in Eclipse, find {{{web2py/applications/eden/deployment-templates/models/000_config.py}}} and copy it to {{{web2py/applications/eden/models/000_config.py}}}.
     75 * Edit {{{web2py/applications/eden/models/000_config.py}}} and change the first "False" to "True" -- that's this line:[[br]]
     76   {{{
    7277FINISHED_EDITING_CONFIG_FILE = True
    7378}}}
    7479
    75 === Update Eden if needed ===
     80== Update Eden if needed ==
    7681
    7782If you arrived at the beginning of the Codeathon, you don't need to do this. If you started later, and people might have started updating the team Eden branch on Launchpad, then make sure you have all of their work by doing: