Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions doc/client/testing/System-Testing-with-Squish.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,11 @@ the screenshots from the most recent build will be available.
## License server

This was set up as per https://doc.qt.io/squish/setting-up-the-squish-floating-license-server.html on
`control-svcs.isis.cclrc.ac.uk` in the directory `/usr/local/squish-licenceserver`. The service is automatically started
at boot time via systemd, the file `squish-licenseserver.service` has the service details and is symbolically linked
from the systemd `/etc/systemd/system` area. The log file is `/var/log/squish-licenseserver.log` and the service is
running on the default port of 49345.
`control-svcs.isis.cclrc.ac.uk` The executable runs from `/opt/squish-license-server/bin/licenseserver` and licence is stored in `/etc/squish-license-server/licenses` The service is automatically started
at boot time via systemd. Data is logged to syslog and the service is
running on the default port of 49345. To see the log you can use e.g. `journalctl -u squish-license-server.service --since today`

To restart the licence server process, use `sudo systemctl restart squish-licenseserver.service` on the licence server
To restart the licence server process, use `sudo systemctl restart squish-license-server.service` on the licence server
machine.

## Troubleshooting
Expand Down
1 change: 1 addition & 0 deletions doc/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,7 @@ switchToCombo
SWT
synoptics
sysinternals
syslog
systemd
targetID
targetplatform
Expand Down
Loading