Changes between Version 3 and Version 4 of SysAdmin/ContinuousIntegration


Ignore:
Timestamp:
12/17/12 12:22:23 (10 years ago)
Author:
spM
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SysAdmin/ContinuousIntegration

    v3 v4  
    4747
    4848* Server Reboot :
    49   * sudo /sbin/reboot
    50     *  '''Note''' : There will be a downtime of a few minutes after you execute this command
     49   {{{#!sh
     50   sudo /sbin/reboot
     51   }}}
     52   '''Note''' : There will be a downtime of a few minutes after you execute this command
    5153* Cherokee Restart
    52   * sudo /etc/init.d/cherokee restart
     54   {{{#!sh
     55   sudo /etc/init.d/cherokee restart
     56   }}}
    5357* Web2Py SSL Restart
    54   * sudo /etc/init.d/uwsgi start
     58   {{{#!sh
     59   sudo /etc/init.d/uwsgi start
     60   }}}
    5561
    5662=== Start Test Suite Manually On the CI Server===