Document Actions
1.5. How to use the supervisor service manager
Introduction
The supervisor service manager is used to start / stop the bungeni services.
Supervisor can be accessed via a browser -- on the host, port specified in the fabric setup parameters
This page documents controlling the supervisor monitor using fabric commands run on the command line.
Start, Stop the service monitor
Starting :
fab start_monitor
Stopping :
fab stop_monitor
Start, Stop specific services
bungeni
Starting :
fab start_service:bungeni
Stopping :
fab stop_service:bungeni
postgres
Starting :
fab start_service:postgres
Stopping :
fab stop_service:postgres
plone
Starting :
fab start_service:plone
Stopping :
fab stop_service:plone
deliverance portal
Starting :
fab start_service:portal
Stopping :
fab stop_service:portal




