Changes between Version 107 and Version 108 of PuffinServer


Ignore:
Timestamp:
01/14/14 12:29:40 (3 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PuffinServer

    v107 v108  
    192192 
    193193But that didn't solve the problem, see ticket:580. 
    194  
    195194 
    196195=== Upgrading BOA === 
     
    285284}}} 
    286285 
    287  
    288  
    289286After the edits above have been made nginx and php-fpm need restarting: 
    290287 
     
    392389== Cron == 
    393390 
    394 BOA controls the root crontab and any changed 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: 
     391BOA 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: 
    395392 
    396393{{{ 
     
    398395# see https://tech.transitionnetwork.org/trac/ticket/531 
    39939628      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 
    401399@reboot sudo rdate -s ntp.demon.co.uk 
    402400# create a tmp dir on the ram disk for mysql 
     401# see /trac/ticket/591 
    403402@reboot sudo mkdir /run/shm/mysql ; sudo chown mysql:mysql /run/shm/mysql 
    404403}}}