Changes between Version 3 and Version 4 of InstallationGuidelines/Linux/Developer/Script


Ignore:
Timestamp:
12/03/11 00:34:45 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

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

    v3 v4  
    9494bzr branch lp:sahana-eden eden
    9595
     96sed -i 's|EDITING_CONFIG_FILE = False|EDITING_CONFIG_FILE = True|' ~/web2py/applications/eden/models/000_config.py
     97
    9698echo "Installation is now complete - you can run Sahana either by using the Eclipse debugger or else by running:"
    9799echo "cd ~/web2py ; python web2py.py -a eden"
     100echo "Then run Sahana by pointing your web browser at htp://127.0.0.1:8000"
    98101}}}
    99102