Install Team Testing Server

Follow the steps below to install Team Testing Server using the package file.

  1. Extract the tts-xxxx-linux.tar.gz file to the desired location.
    • mkdir -p {installation path} && tar -xzf tts-xxxx-linux.tar.gz -C {installation path}
  2. Move to the installation path.
    • cd {installation path}
  3. Install Team Testing Server using the launcher in installation path.
    • ./launcher install [--workspace={workspace_path}] [--port={port #}]
      • --workspace
        • Enter the workspace path.
        • If not entered, the default workspace path is set to {installation path}/workspace.
      • --port
        • Enter the port used by Team Testing Server.
        • If not entered, the default port is 13000.
        • Team Testing Server uses a total of 5 ports, ranging from N to N+4.

Run Team Testing Server

Team Testing Server and Team Testing Dashboard server can be launched and monitored through the launcher.

Using the Team Testing Server launcher

The launcher allows to run, stop, check the status of the servers, apply patches, and uninstall the installed Team Testing Server.

Run the servers

./launcher run

Stop the servers

./launcher stop

Check server status

./launcher status

Apply a patch

./launcher patch

  • The launcher automatically finds and applies the latest .zip patch file in the same directory.
  • Stop the servers before applying the patch, and restart them after patching.

Uninstall the servers

./launcher uninstall

  • If the servers are running, they will be stopped and then removed.

Access the Team Testing Dashboard

Access the Team Testing Dashboard via the Properties of team projects page or directly using the Team Testing Dashboard URL.

  • Team Testing Dashboard URL: http://{{tts installation IP}}:{{tts installation port + 1}}/TBoard
    • Default: http://127.0.0.1:13001/TBoard

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.