47 | | i. Click Apply |
48 | | i. In the Packages tab, select web2py. |
49 | | i. Click Debug (If you get an error saying $project_loc is empty, click OK. Then select web2py in the Packages tab and Run -> Debug.) |
50 | | i. On Windows: If asked, unblock in Windows Firewall (not necessary on the Linux VM) |
| 47 | i. Click Apply. Close the configuration window. |
| 48 | 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.) |
| 49 | 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.) |
| 50 | i. On Windows: If asked, unblock in Windows Firewall (not necessary on the Linux VM). |