Changes between Version 22 and Version 23 of InstallationGuidelines/Windows/Developer/Installer


Ignore:
Timestamp:
11/26/12 18:47:03 (12 years ago)
Author:
Jacob
Comment:

Added infomation about the GUI method, and changed the commands for the command line method.

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Windows/Developer/Installer

    v22 v23  
    5858If you just want to test your installation of Eden, without Eclipse, you can start web2py from the command line:
    5959{{{
    60 cd web2py
    61 python web2py.py
     60cd C:\Path\To\Installation\web2py
     61C:\Python32\python.exe web2py.py
    6262}}}
     63N.B: Obviously replace Python32 with your own version of Python.
     64
     65Or if you prefer, you can start it from the GUI (Graphical User Interface):
     66Click Start > My Computer.
     67Browse to the directory with "web2py.py" and the Eden program inside.
     68Double click the web2py.py file - this should start up web2py.
     69
     70
    6371Then you can go open http://127.0.0.1:8000/eden in your internet browser to run Sahana Eden.
    6472