Changes between Version 16 and Version 17 of InstallationGuidelines/Linux/Developer/Script


Ignore:
Timestamp:
06/19/12 11:07:59 (12 years ago)
Author:
Praneeth Bodduluri
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Linux/Developer/Script

    v16 v17  
    103103cd /home/web2py/applications
    104104git clone git://github.com/flavour/eden.git
    105 cp /home/web2py/applications/eden/deployment-templates/models/000_config.py /home/web2py/applications/eden/models
     105cp /home/web2py/applications/eden/private/templates/000_config.py /home/web2py/applications/eden/models
    106106sed -i 's|EDITING_CONFIG_FILE = False|EDITING_CONFIG_FILE = True|' /home/web2py/applications/eden/models/000_config.py
    107107
     
    115115echo "Be patient on the 1st run as the database needs to be created"
    116116}}}
    117 
    118117== Install Eclipse ==
    119118If you want a graphical debugger to set breakpoints & step through code then it is recommended to install Eclipse: