Changes between Version 15 and Version 16 of UserGuidelines/Admin/Upgrade


Ignore:
Timestamp:
09/08/14 13:09:27 (11 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified UserGuidelines/Admin/Upgrade

    v15 v16  
    2929== Old ==
    3030=== Fabfile ===
    31 This can be done using Fab:
     31 1. Add the site to [http://eden.sahanafoundation.org/browser/static/scripts/tools/fabfile.py fabfile.py]
     32 2. If no keys generated yet, then generate some:
    3233{{{
    33 fab <systemname> deploy
     34fab generate_keys
    3435}}}
    35 
    36 * Current Fabfile: http://eden.sahanafoundation.org/browser/static/scripts/tools/fabfile.py
    37 * Current Aliases: ConfigurationGuidelines#Usefulaliases
    38 
     36 3. deploy keys
     37{{{
     38fab <site> distribute_keys
     39}}}
     40 4. Run the upgrade (as/when required)
     41{{{
     42fab <site> deploy
     43}}}
    3944=== Older ===
    4045Put site into Maintenance: