Changes between Version 26 and Version 27 of InstallationGuidelines/Windows/Developer/Installer
- Timestamp:
- 11/26/12 19:36:54 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Windows/Developer/Installer
v26 v27 27 27 * eden 6b2cc5b (2012-04-22 17:05:51) 28 28 29 == Maintenance ==30 * [InstallationGuidelines/Windows/Developer/Installer/Maintenance Maintenance Docs]31 32 29 === Start Eden === 33 30 If you just want to try your installation of Eden, without Eclipse, you can start web2py from the command line: 34 31 {{{ 35 32 cd C:\Path\To\Installation\web2py 36 C:\Python 32\python.exe web2py.py33 C:\Python27\python.exe web2py.py 37 34 }}} 38 N.B: Obviously replace Python 32with your own version of Python.35 N.B: Obviously replace Python27 with your own version of Python. 39 36 40 37 Or if you prefer, you can start it from the GUI (Graphical User Interface):[[BR]] … … 71 68 * copy {{{private/templates/000_config.py}}} to {{{/models}}} and set FINISHED_EDITING_CONFIG_FILE = True 72 69 73 === Next ===70 === Next: === 74 71 75 72 === Install Eclipse === … … 80 77 Now, see how to put your installation to work: 81 78 * DeveloperGuidelines 79 80 == Maintenance == 81 * [InstallationGuidelines/Windows/Developer/Installer/Maintenance Maintenance Docs]