Starting WebSummoner UI
This section describes supported ways of automatic WebSummoner UI startup.
WebSummoner UI configuration algorithm is similar to WebSummoner one — it can be started either in Docker container if you have Docker installed or as a standalone binary otherwise. Supported commands are:
| Command | Meaning |
|---|---|
args | Print WebSummoner UI command line arguments |
cleanup | Removes WebSummoner UI traces |
download | Downloads WebSummoner UI binary or container image |
start | Starts WebSummoner UI process or container (implies download) |
status | Shows actual service status (whether WebSummoner is downloaded or running) |
stop | Stops WebSummoner UI process or container |
update | Updates WebSummoner to latest version |
To see supported flags for each command append --help:
./cm websummoner start --helpExample commands
Section titled “Example commands”These commands just repeat similar commands for WebSummoner so we give no comments here:
./cm websummoner-ui download --version 1.2.1 --force./cm websummoner-ui start./cm websummoner-ui start --port 8081./cm websummoner-ui start --args "--period 100ms"Legacy spelling
Section titled “Legacy spelling”cm selenoid-ui … is accepted as an alias of cm websummoner-ui …, so scripts written for
Selenoid keep working unchanged.