Changes between Version 8 and Version 9 of DeveloperGuidelines/Eclipse


Ignore:
Timestamp:
07/05/10 21:15:57 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Eclipse

    v8 v9  
    55
    66== Installation ==
    7  1. Instal Eclipse 3.6: http://www.eclipse.org/downloads/packages/eclipse-classic-360/heliosr
    8  2. Instal !PyDev through Eclipse:
     7 1. Install Eclipse 3.6: http://www.eclipse.org/downloads/packages/eclipse-classic-360/heliosr
     8 2. Install !PyDev through Eclipse:
    99  i. Eclipse > Help > Install New Software
    10   i. Work with: http://pydev.org/updates
    11   i. Follow through the steps (exclude !PyDev Mylyn Integration (optional) if it gives you errors
    12  3. Set up the Python Interpreter: Window > Preferences > !PyDev > Interpreter - Python
    13  4. Add a new !PyDev Project: File > New > Project > !PyDev Project. Choose the web2py directory.
    14  5. Debug Configuration: Run > Debug Configuration
    15   i. Set Project
    16   i. Main Module: Select web2py.py
    17   i. Arguments: Program Arguments: -a 1234
     10  i. Work with: http://pydev.org/updates
     11  i. Add, OK
     12  i. tick PyDev (can exclude the optional !PyDev Mylyn Integration), Next, Next, Accept, Finish
     13  i. tick to trust certificate, Restart now
     14 3. Set up the Python Interpreter:
     15  i. Window > Preferences > !PyDev > Interpreter - Python
     16  i. New, Browse to python26/python.exe, OK, OK
     17 4. Add a new !PyDev Project:
     18  i. File > New > Project > !PyDev Project > Next
     19  i. untick Use Default
     20  i. Browse to the web2py directory
     21  i. Give the project a name: eden, Next
     22 5. Debug Configuration: Run > Debug Configurations > Python Run
     23  i. Name: Sahana Eden
     24  i. Project: Browse to eden
     25  i. Main Module: Browse to web2py.py
     26  i. Arguments tab: Program Arguments: -a password
     27  i. Apply, Close
    1828
    1929Other Installation Guides (should not be required):