Changes between Version 10 and Version 11 of InstallationGuidelines/Developer/PostPython
- Timestamp:
- 03/25/12 22:12:03 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Developer/PostPython
v10 v11 27 27 28 28 == Start Eden == 29 29 30 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. 30 31 31 32 To test your installation of Eden, without Eclipse, you can start web2py from the command line: 32 33 {{{ … … 36 37 37 38 If you want the Scheduler to run, then you'll need to start this separately: UserGuidelines/Scheduler 39 40 == Test Eden == 41 42 Once you have web2py running navigate to the server ( http://localhost:8000 by default ). From the web2py drop down menu navigate to "My Sites" and Select Eden. You should now be at the Eden homepage. 43 44 By default the 1st user to register will gain the Administrator role. 38 45 == Install Eclipse == 39 46 If you want a graphical debugger to set breakpoints & step through code then it is recommended to install Eclipse: