Changes between Version 34 and Version 35 of DevelopmentServer


Ignore:
Timestamp:
11/11/10 13:53:25 (6 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentServer

    v34 v35  
    4040This is a script, run as root, which will update either the http://dev.transitionnetwork.org.webarch.net/ or the http://test.transitionnetwork.org.webarch.net/ sites with the last MySQL dump from the live site and also copy across backups of the uploaded files. 
    4141 
    42 The script can be run interactively or my telling it which site to update on the command line, for example to update the dev site: 
     42The script can be run interactively or by telling it which site to update on the command line (dev or test), for example to update the dev site: 
    4343 
    4444{{{ 
    4545kiwi:~# live2dev dev 
     46Have you run /usr/local/bin/backup2kiwi on quince.webarch.net? (y): 
    4647}}} 
    4748 
    48 Or to update the test site: 
    49  
    50 {{{ 
    51 kiwi:~# live2dev test 
    52 }}} 
     49The script will update using the latest data synced from the live server, this sync is done using the wiki:NewLiveServer#backup2kiwi script on kiwi. 
    5350 
    5451After the script has run you need to '''Flush all caches''' to avoid error messages, ideally the script would drop the appropriate tables to make this unnecessary.