Changes between Version 1 and Version 2 of SysAdmin


Ignore:
Timestamp:
01/09/11 11:32:03 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SysAdmin

    v1 v2  
    1515 * [https://spreadsheets.google.com/ccc?key=0AgESuewSG-wodHJTUEp1eGUzODY0bkg3aEhldllxMnc&hl=en_GB&pli=1#gid=0 IP Addresses/RAM Allocations for Eden Infrastructure]
    1616 * [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 ==
     19Need to decide whether the site will be upgraded straight from Trunk, or whether upgrades are staged via a Test server.
     20
     21We manage upgrades using Fabfile.
     22 1. Add the site to fabile.py
     23 2. If no keys generated yet, then generate some:
     24{{{
     25fab generate_keys
     26}}}
     27 3. deploy keys
     28{{{
     29fab <site> distribute_keys
     30}}}
     31 4. Run the upgrade (as/when required)
     32{{{
     33fab <site> deploy
     34}}}
    1735
    1836== References ==