Changes between Version 3 and Version 4 of InstallationGuidelines/Linux/Developer/Script
- Timestamp:
- 12/03/11 00:34:45 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Linux/Developer/Script
v3 v4 94 94 bzr branch lp:sahana-eden eden 95 95 96 sed -i 's|EDITING_CONFIG_FILE = False|EDITING_CONFIG_FILE = True|' ~/web2py/applications/eden/models/000_config.py 97 96 98 echo "Installation is now complete - you can run Sahana either by using the Eclipse debugger or else by running:" 97 99 echo "cd ~/web2py ; python web2py.py -a eden" 100 echo "Then run Sahana by pointing your web browser at htp://127.0.0.1:8000" 98 101 }}} 99 102