| 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 |