Changes between Version 107 and Version 108 of PuffinServer
- Timestamp:
- 01/14/14 12:29:40 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PuffinServer
v107 v108 192 192 193 193 But that didn't solve the problem, see ticket:580. 194 195 194 196 195 === Upgrading BOA === … … 285 284 }}} 286 285 287 288 289 286 After the edits above have been made nginx and php-fpm need restarting: 290 287 … … 392 389 == Cron == 393 390 394 BOA controls the root crontab and any change dmade there will be overwritten, so things that would normally be in the root crontab need to go into users ones and use sudo, these are the ones in chris' crontab:391 BOA controls the root crontab and any changes made there will be overwritten, so things that would normally be in the root crontab need to go into users ones and use sudo, these are the ones in chris' crontab: 395 392 396 393 {{{ … … 398 395 # see https://tech.transitionnetwork.org/trac/ticket/531 399 396 28 11 * * * sudo /usr/local/bin/metche-clean -d 400 # set the colck after a reboot 397 # set the clock after a reboot 398 # see /trac/ticket/599 401 399 @reboot sudo rdate -s ntp.demon.co.uk 402 400 # create a tmp dir on the ram disk for mysql 401 # see /trac/ticket/591 403 402 @reboot sudo mkdir /run/shm/mysql ; sudo chown mysql:mysql /run/shm/mysql 404 403 }}}