32 | | == Usage Guidelines == |
33 | | Note: This will reuse any pre-installed Python-2.7 environment |
34 | | Note: You do not need to do this if you used the installer.exe file unless you a) wish to update your eden version to the latest change, or b), if you did not use the installer.exe file. |
| 32 | === Start Eden === |
| 33 | If you just want to try your installation of Eden, without Eclipse, you can start web2py from the command line: |
| 34 | {{{ |
| 35 | cd C:\Path\To\Installation\web2py |
| 36 | C:\Python32\python.exe web2py.py |
| 37 | }}} |
| 38 | N.B: Obviously replace Python32 with your own version of Python. |
| 39 | |
| 40 | Or if you prefer, you can start it from the GUI (Graphical User Interface):[[BR]] |
| 41 | Click Start > My Computer.[[BR]] |
| 42 | Browse to the directory with "web2py.py" and the Eden program inside.[[BR]] |
| 43 | Double click the web2py.py file - this should start up web2py, which will look something similar to this: |
| 44 | |
| 45 | [[Image()]] |
| 46 | |
| 47 | |
| 48 | Then you can go open http://127.0.0.1:8000/eden in your internet browser to run Sahana Eden. |
| 49 | |
| 50 | === Getting the latest revision === |
| 51 | Note: This will reuse any pre-installed Python-2.7 environment.[[BR]] |
| 52 | Note: You do not need to do this if you used the installer.exe file unless you wish to update your eden version to the latest change. |
55 | | == Next == |
56 | | |
57 | | === Start Eden === |
58 | | If you just want to test your installation of Eden, without Eclipse, you can start web2py from the command line: |
59 | | {{{ |
60 | | cd C:\Path\To\Installation\web2py |
61 | | C:\Python32\python.exe web2py.py |
62 | | }}} |
63 | | N.B: Obviously replace Python32 with your own version of Python. |
64 | | |
65 | | Or if you prefer, you can start it from the GUI (Graphical User Interface): |
66 | | Click Start > My Computer. |
67 | | Browse to the directory with "web2py.py" and the Eden program inside. |
68 | | Double click the web2py.py file - this should start up web2py. |
69 | | |
70 | | |
71 | | Then you can go open http://127.0.0.1:8000/eden in your internet browser to run Sahana Eden. |
| 73 | === Next === |