Changes between Version 15 and Version 16 of InstallationGuidelines/Developer/PostPython
- Timestamp:
- 07/23/12 17:21:33 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Developer/PostPython
v15 v16 39 39 4. [http://help.github.com/send-pull-requests/ Learn how to Pull Request your changes back into the core] 40 40 == 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 44 41 To test your installation of Eden, without Eclipse, you can start web2py from the command line: 45 42 {{{ … … 47 44 python web2py.py 48 45 }}} 46 47 When 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}}}. 48 You 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 49 50 50 51 If you want the Scheduler to run, then you'll need to start this separately: UserGuidelines/Scheduler