Changes between Version 26 and Version 27 of InstallationGuidelines/Windows/Developer/Installer


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

minor edits

Legend:

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

    v26 v27  
    2727 * eden 6b2cc5b (2012-04-22 17:05:51)
    2828
    29 == Maintenance ==
    30  * [InstallationGuidelines/Windows/Developer/Installer/Maintenance Maintenance Docs]
    31 
    3229=== Start Eden ===
    3330If you just want to try your installation of Eden, without Eclipse, you can start web2py from the command line:
    3431{{{
    3532cd C:\Path\To\Installation\web2py
    36 C:\Python32\python.exe web2py.py
     33C:\Python27\python.exe web2py.py
    3734}}}
    38 N.B: Obviously replace Python32 with your own version of Python.
     35N.B: Obviously replace Python27 with your own version of Python.
    3936
    4037Or if you prefer, you can start it from the GUI (Graphical User Interface):[[BR]]
     
    7168* copy {{{private/templates/000_config.py}}} to {{{/models}}} and set FINISHED_EDITING_CONFIG_FILE = True
    7269
    73 === Next ===
     70=== Next: ===
    7471
    7572=== Install Eclipse ===
     
    8077Now, see how to put your installation to work:
    8178 * DeveloperGuidelines
     79
     80== Maintenance ==
     81 * [InstallationGuidelines/Windows/Developer/Installer/Maintenance Maintenance Docs]