Changes between Version 16 and Version 17 of InstallationGuidelines/Linux/Developer/Script
- Timestamp:
- 06/19/12 11:07:59 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Linux/Developer/Script
v16 v17 103 103 cd /home/web2py/applications 104 104 git clone git://github.com/flavour/eden.git 105 cp /home/web2py/applications/eden/ deployment-templates/models/000_config.py /home/web2py/applications/eden/models105 cp /home/web2py/applications/eden/private/templates/000_config.py /home/web2py/applications/eden/models 106 106 sed -i 's|EDITING_CONFIG_FILE = False|EDITING_CONFIG_FILE = True|' /home/web2py/applications/eden/models/000_config.py 107 107 … … 115 115 echo "Be patient on the 1st run as the database needs to be created" 116 116 }}} 117 118 117 == Install Eclipse == 119 118 If you want a graphical debugger to set breakpoints & step through code then it is recommended to install Eclipse: