Changes between Version 6 and Version 7 of InstallationGuidelines/Linux/Developer/Script
- Timestamp:
- 12/06/11 00:05:01 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Linux/Developer/Script
v6 v7 71 71 if [[ "$MODE" = "full" ]]; then 72 72 # Install Bzr Trunk 73 bzr branch lp:~mdipierro/web2py/devel web2py 73 # @ToDo: Download from Hg or Git now that Bzr no longer being maintained 74 #bzr branch lp:~mdipierro/web2py/devel web2py 75 # Install the stable version 76 wget http://www.web2py.com/examples/static/web2py_src.zip 77 unzip web2py_src.zip 74 78 else 75 79 # Install the stable version