Changes between Version 8 and Version 9 of InstallationGuidelines/Linux/Server/ApacheMySQL


Ignore:
Timestamp:
10/22/11 07:53:41 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Linux/Server/ApacheMySQL

    v8 v9  
    213213# - assumes that install-eden-apache-mysql.sh has been run
    214214
    215 BRANCH="~flavour/sahana-eden/trunk"
    216 
    217 if [ "$BRANCH" != "~flavour/sahana-eden/trunk" ]; then
     215BRANCH="~nursix.org/sahana-eden/stable"
     216
     217if [ "$BRANCH" != "~nursix.org/sahana-eden/stable" ]; then
    218218    echo "parent_location = http://bazaar.launchpad.net/$BRANCH" > /home/web2py/applications/eden/.bzr/branch/branch.conf
    219219fi
     
    250250apt-get update
    251251apt-get upgrade -y
    252 cd ~web2py
    253 bzr pull
     252#cd ~web2py
     253#bzr pull
    254254cd ~web2py/applications/eden
    255255bzr pull
     
    326326# END
    327327}}}
     328}}}