Starting and stopping Meeting servers
This section provides information on starting and stopping HCL Sametime Meeting servers.
About this task
Procedure
- Stop the Meeting
server.
Docker:
docker-compose down
Kubernetes:
helm uninstall sametime-meetings
Note: In helm, the term uninstall is terminating the deployment. Additionally, the command assumes you are in the helm directory. The . represents current directory. - Start the Meeting server.
Docker:
docker-compose up -d
Kubernetes:
helm install sametime-meetings .
Note: In helm, the term install is a deployment of the applications. Additionally, the command assumes you are in the helm directory. The . represents current directory.