Changes between Version 34 and Version 35 of DevelopmentServer
- Timestamp:
- 11/11/10 13:53:25 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentServer
v34 v35 40 40 This 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. 41 41 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:42 The 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: 43 43 44 44 {{{ 45 45 kiwi:~# live2dev dev 46 Have you run /usr/local/bin/backup2kiwi on quince.webarch.net? (y): 46 47 }}} 47 48 48 Or to update the test site: 49 50 {{{ 51 kiwi:~# live2dev test 52 }}} 49 The script will update using the latest data synced from the live server, this sync is done using the wiki:NewLiveServer#backup2kiwi script on kiwi. 53 50 54 51 After 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.