Changes between Version 22 and Version 23 of InstallationGuidelines/Windows/Developer/Installer
- Timestamp:
- 11/26/12 18:47:03 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Windows/Developer/Installer
v22 v23 58 58 If you just want to test your installation of Eden, without Eclipse, you can start web2py from the command line: 59 59 {{{ 60 cd web2py61 pythonweb2py.py60 cd C:\Path\To\Installation\web2py 61 C:\Python32\python.exe web2py.py 62 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 63 71 Then you can go open http://127.0.0.1:8000/eden in your internet browser to run Sahana Eden. 64 72