Changes between Version 165 and Version 166 of PuffinServer
- Timestamp:
- 02/19/15 14:56:24 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PuffinServer
v165 v166 146 146 === Upgrading BOA === 147 147 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:148 The 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: 149 149 150 150 {{{ 151 151 sudo -i 152 152 screen 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 153 cd;wget -q -U iCab http://files.aegir.cc/BOA.sh.txt;bash BOA.sh.txt 154 barracuda up-stable 155 barracuda up-stable system 156 octopus up-stable all both 157 bash /var/xdrago/manage_ltd_users.sh 158 bash /var/xdrago/daily.sh 157 159 }}} 158 160