Changes between Version 50 and Version 51 of DeveloperGuidelines/Eclipse
- Timestamp:
- 12/06/11 00:52:26 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Eclipse
v50 v51 46 46 i. On the Main tab: Name: Enter (e.g.) web2py 47 47 i. Project: Select web2py (should be the only option) 48 i. On the Main tab: Browse to web2py.py (on the Linux VM, this is {{{/home/web2py/web2py.py}}})48 i. Main module: /home/web2py/web2py.py (Type, don't browse) 49 49 i. On the Arguments tab: Type in the program arguments: "-a password" (Choose a password for web2py and substitute it for "password".) 50 50 i. Click Apply. Close the configuration window. 51 i. In the PyDev Package Explorer tab, click web2py to select it. (Without this, you will get an error saying $project_loc is empty. This is an Eclipse issue.)52 51 i. In the toolbar below the main Eclipse menu bar, find the bug icon and click the down-arrow next to it. Click the option that has a "P" superscript, which executes the Python command line we just set. (The option with a "U" runs unittests, which are not what we want now.) 53 52 i. On Windows: If asked, unblock in Windows Firewall (not necessary on the Linux VM).