Changes between Version 3 and Version 4 of SysAdmin/ContinuousIntegration
- Timestamp:
- 12/17/12 12:22:23 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SysAdmin/ContinuousIntegration
v3 v4 47 47 48 48 * 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 51 53 * Cherokee Restart 52 * sudo /etc/init.d/cherokee restart 54 {{{#!sh 55 sudo /etc/init.d/cherokee restart 56 }}} 53 57 * Web2Py SSL Restart 54 * sudo /etc/init.d/uwsgi start 58 {{{#!sh 59 sudo /etc/init.d/uwsgi start 60 }}} 55 61 56 62 === Start Test Suite Manually On the CI Server===