Changes between Version 34 and Version 35 of InstallationGuidelines/Windows/Developer/Installer
- Timestamp:
- 09/18/14 00:09:54 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Windows/Developer/Installer
v34 v35 28 28 Once you've run the installer, and you just want to try your installation of Eden, without Eclipse, you can start web2py from the command line: 29 29 {{{ 30 cd C:\ Path\To\Installation\web2py30 cd C:\<PATH TO INSTALLATION>\web2py 31 31 C:\Python27\python.exe web2py.py 32 32 }}}