Changes between Version 165 and Version 166 of PuffinServer


Ignore:
Timestamp:
02/19/15 14:56:24 (21 months ago)
Author:
chris
Comment:

BOA update steps updated

Legend:

Unmodified
Added
Removed
Modified
  • PuffinServer

    v165 v166  
    146146=== Upgrading BOA === 
    147147 
    148 The steps are documented in [http://drupalcode.org/project/barracuda.git/blob/HEAD:/docs/UPGRADE.txt UPGRADE.txt], to upgrade everything run these commands, this process can take around 30 mins: 
     148The steps are documented in [https://github.com/omega8cc/boa/blob/master/docs/UPGRADE.txt UPGRADE.txt], to upgrade everything run these commands, this process can take around 30 mins: 
    149149 
    150150{{{ 
    151151sudo -i 
    152152screen 
    153 cd 
    154 wget -q -U iCab http://files.aegir.cc/BOA.sh.txt 
    155 bash BOA.sh.txt 
    156 barracuda up-stable ; octopus up-stable all both 
     153cd;wget -q -U iCab http://files.aegir.cc/BOA.sh.txt;bash BOA.sh.txt 
     154barracuda up-stable 
     155barracuda up-stable system  
     156octopus up-stable all both 
     157bash /var/xdrago/manage_ltd_users.sh  
     158bash /var/xdrago/daily.sh  
    157159}}} 
    158160