Changes between Version 8 and Version 9 of InstallationGuidelines/Developer/PostPython


Ignore:
Timestamp:
03/24/12 08:04:39 (13 years ago)
Author:
Gavin Treadgold
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Developer/PostPython

    v8 v9  
    2727
    2828== Start Eden ==
    29 If you just want to test your installation of Eden, without Eclipse, you can start web2py from the command line:
     29For setting up a basic developer environment, '''with simpler security''', it is necessary to edit a configuration file before starting Eden. Edit the web2py/application/eden/models/000_config.py. Look for the line with {{{FINISHED_EDITING_CONFIG_FILE = False}}} and change False to True. Save the file.
     30
     31To test your installation of Eden, without Eclipse, you can start web2py from the command line:
    3032{{{
    3133cd .. # the web2py main directory
    3234python web2py.py
    3335}}}
    34 
    3536== Install Eclipse ==
    3637If you want a graphical debugger to set breakpoints & step through code then it is recommended to install Eclipse: