Changes between Version 4 and Version 5 of InstallationGuidelines/Developer/PostPython
- Timestamp:
- 11/25/11 13:14:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Developer/PostPython
v4 v5 25 25 }}} 26 26 27 == Start Eden == 28 If you just want to test your installation of Eden, without Eclipse, you can start web2py from the command line: 29 {{{ 30 cd .. # the web2py main directory 31 python web2py.py 32 }}} 33 27 34 NB Note the fact that we ensure that the name of the web2py application has no hyphen in, as otherwise it cannot run under Apache! 28 35