Changes between Version 1 and Version 2 of SysAdmin
- Timestamp:
- 01/09/11 11:32:03 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SysAdmin
v1 v2 15 15 * [https://spreadsheets.google.com/ccc?key=0AgESuewSG-wodHJTUEp1eGUzODY0bkg3aEhldllxMnc&hl=en_GB&pli=1#gid=0 IP Addresses/RAM Allocations for Eden Infrastructure] 16 16 * [https://docs.google.com/Doc?docid=0Ac-Y6NVjUsjiZGN4a2s1Y3RfMTRkc2c0Y2djYw&hl=en_GB Setting up a new VM instance on Eden Infrastructure] 17 18 == Upgrading an Instance == 19 Need to decide whether the site will be upgraded straight from Trunk, or whether upgrades are staged via a Test server. 20 21 We manage upgrades using Fabfile. 22 1. Add the site to fabile.py 23 2. If no keys generated yet, then generate some: 24 {{{ 25 fab generate_keys 26 }}} 27 3. deploy keys 28 {{{ 29 fab <site> distribute_keys 30 }}} 31 4. Run the upgrade (as/when required) 32 {{{ 33 fab <site> deploy 34 }}} 17 35 18 36 == References ==