Quick start guide
-
Prerequisites:
- One or more WebSummoner hosts
- A directory with XML quota files for Ggr
-
Start Ggr UI binary or container:
Terminal window ./ggr-ui -quota-dir /path/to/quota/dir # As a binarydocker run -d --name ggr-ui -p 8888:8888 -v /path/to/quota/dir:/etc/grid-router/quota:ro websummoner/ggr-ui:latest-releaseBinaries as usually can be downloaded from releases page.
-
Now start WebSummoner UI and point it to
http://localhost:8888. It should start showing sessions running anywhere in Selenium cluster behind Ggr. -
You can also use
/statusAPI similarly to WebSummoner /status API:Terminal window curl -s http://localhost:8888/status