Changes between Version 10 and Version 11 of InstallationGuidelines/Developer/PostPython


Ignore:
Timestamp:
03/25/12 22:12:03 (13 years ago)
Author:
haveyougotanypets
Comment:

Added testing Eden

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Developer/PostPython

    v10 v11  
    2727
    2828== Start Eden ==
     29
    2930For 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 
    3132To test your installation of Eden, without Eclipse, you can start web2py from the command line:
    3233{{{
     
    3637
    3738If you want the Scheduler to run, then you'll need to start this separately: UserGuidelines/Scheduler
     39
     40== Test Eden ==
     41
     42Once 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
     44By default the 1st user to register will gain the Administrator role.
    3845== Install Eclipse ==
    3946If you want a graphical debugger to set breakpoints & step through code then it is recommended to install Eclipse: