Changes between Version 4 and Version 5 of InstallationGuidelines/Developer/PostPython


Ignore:
Timestamp:
11/25/11 13:14:00 (13 years ago)
Author:
Alex R
Comment:

Part of GCI task, science9713

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Developer/PostPython

    v4 v5  
    2525}}}
    2626
     27== Start Eden ==
     28If you just want to test your installation of Eden, without Eclipse, you can start web2py from the command line:
     29{{{
     30cd .. # the web2py main directory
     31python web2py.py
     32}}}
     33
    2734NB Note the fact that we ensure that the name of the web2py application has no hyphen in, as otherwise it cannot run under Apache!
    2835