| Table of Contents |
|---|
Starting
To launch the stand, the following command should be executed
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
sudo ./wcs-stand start cdn ffmpeg |
Stopping
To stop the stand use the following command
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
sudo ./wcs-stand stop e-test1 |
Logging
Stand starting and stopping log is written to wcs-stand.log file. Logging level can be set to verbose with -v parameter if necessary:
...