Changes between Version 15 and Version 16 of UserGuidelines/Admin/Upgrade
- Timestamp:
- 09/08/14 13:09:27 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified UserGuidelines/Admin/Upgrade
v15 v16 29 29 == Old == 30 30 === 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: 32 33 {{{ 33 fab <systemname> deploy34 fab generate_keys 34 35 }}} 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 {{{ 38 fab <site> distribute_keys 39 }}} 40 4. Run the upgrade (as/when required) 41 {{{ 42 fab <site> deploy 43 }}} 39 44 === Older === 40 45 Put site into Maintenance: