Changes between Version 6 and Version 7 of InstallationGuidelines/Linux/Developer/Script


Ignore:
Timestamp:
12/06/11 00:05:01 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

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

    v6 v7  
    7171if [[ "$MODE" = "full" ]]; then
    7272    # 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
    7478else
    7579    # Install the stable version