Changes between Version 15 and Version 16 of InstallationGuidelines/Developer/PostPython


Ignore:
Timestamp:
07/23/12 17:21:33 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Developer/PostPython

    v15 v16  
    39394. [http://help.github.com/send-pull-requests/ Learn how to Pull Request your changes back into the core]
    4040== Start Eden ==
    41 
    42 For 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.
    43  
    4441To test your installation of Eden, without Eclipse, you can start web2py from the command line:
    4542{{{
     
    4744python web2py.py
    4845}}}
     46
     47When you first start Eden, then the settings file {{{web2py/application/eden/models/000_config.py}}} will be created from {{{web2py/application/eden/private/templates/config.py}}}.
     48You will be unable to proceed until you edit this file. The minimal required change is to delete the line with {{{FINISHED_EDITING_CONFIG_FILE = False}}}.
     49
    4950
    5051If you want the Scheduler to run, then you'll need to start this separately: UserGuidelines/Scheduler