Changes between Version 4 and Version 5 of InstallationGuidelines/Linux/Developer/Script
- Timestamp:
- 12/03/11 00:36:26 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Linux/Developer/Script
v4 v5 98 98 echo "Installation is now complete - you can run Sahana either by using the Eclipse debugger or else by running:" 99 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" 100 echo "Then run Sahana by pointing your web browser at http://127.0.0.1:8000" 101 echo "Be patient on the 1st run as the database needs to be created" 101 102 }}} 102 103