Skip to content

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:

CommandMeaning
argsPrint WebSummoner UI command line arguments
cleanupRemoves WebSummoner UI traces
downloadDownloads WebSummoner UI binary or container image
startStarts WebSummoner UI process or container (implies download)
statusShows actual service status (whether WebSummoner is downloaded or running)
stopStops WebSummoner UI process or container
updateUpdates WebSummoner to latest version

To see supported flags for each command append --help:

Terminal window
./cm websummoner start --help

These commands just repeat similar commands for WebSummoner so we give no comments here:

Terminal window
./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"

cm selenoid-ui … is accepted as an alias of cm websummoner-ui …, so scripts written for Selenoid keep working unchanged.