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


Ignore:
Timestamp:
11/26/12 19:19:51 (12 years ago)
Author:
Jacob
Comment:

--

Legend:

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

    v23 v24  
    3030 * [InstallationGuidelines/Windows/Developer/Installer/Maintenance Maintenance Docs]
    3131
    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 ===
     33If you just want to try your installation of Eden, without Eclipse, you can start web2py from the command line:
     34{{{
     35cd C:\Path\To\Installation\web2py
     36C:\Python32\python.exe web2py.py
     37}}}
     38N.B: Obviously replace Python32 with your own version of Python.
     39
     40Or if you prefer, you can start it from the GUI (Graphical User Interface):[[BR]]
     41Click Start > My Computer.[[BR]]
     42Browse to the directory with "web2py.py" and the Eden program inside.[[BR]]
     43Double click the web2py.py file - this should start up web2py, which will look something similar to this:
     44
     45[[Image()]]
     46
     47
     48Then 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.
    3553
    3654* Install Git and set up an account on !GitHub:
     
    5371* copy {{{private/templates/000_config.py}}} to {{{/models}}} and set FINISHED_EDITING_CONFIG_FILE = True
    5472
    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 ===
    7274
    7375=== Install Eclipse ===
    74 If you want a graphical debugger to set breakpoints & step through code then it is recommended to install Eclipse:
     76If you want a graphical debugger and full-featured IDE to set breakpoints & step through code then it is recommended to install Eclipse:
    7577 * DeveloperGuidelines/Eclipse
    7678