Changes between Version 2 and Version 3 of deployment


Ignore:
Timestamp:
2012-12-12T16:19:43Z (12 years ago)
Author:
Kristian Rune Larsen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • deployment

    v2 v3  
    5757}}}
    5858
     59== ROPP deployment ===
     60
     61ROPP can be deployed using the following command:
     62
     63{{{
     64fab -H graswww2 -f /usr/local/bin/deploy_romsaf_web.py deploy_ropp
     65}}}
     66
     67The command will call `prepare_ropp` and `backup_ropp` and install the new ROPP version.
     68
     69In case of errors use:
     70{{{
     71fab -H graswww2 -f /usr/local/bin/deploy_romsaf_web.py restore_ropp
     72}}}
     73
     74To rollback the changes
     75
     76== Website Deployment, Major Change ==
     77
     78For major website releases e.g. version changes from 3.0 to 3.1. First the version needs to be tagged and the file `https://svn.grassaf.org/garf/branches/operational/externals.txt` needs to be updated with the tagged name and checked in.
     79
     80Then run:
     81{{{
     82fab -H graswww2 -f /usr/local/bin/deploy_romsaf_web.py deploy_website
     83}}}
     84
     85
     86
     87
     88
     89