Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

install server on ubuntu

github-actions[bot] edited this page Sep 22, 2023 · 2 revisions

Install UnitTestBot C/C++ server on Ubuntu 18.04–20.04

Whether you have Ubuntu 18.04–20.04 on your computer, Ubuntu 18.04 in WSL or a Docker container, follow the instructions to install the UnitTestBot C/C++ server.

  1. Download a ZIP archive with the release artifact:
wget https://github.com/UnitTestBot/UTBotCpp/releases/download/2022.12.0/utbot-release-2022120.zip

You can choose the release on GitHub.

  1. Install the unzip utility:
sudo apt-get install unzip
  1. Unarchive the downloaded ZIP file:
unzip utbot-release-2022120.zip
  1. Install and run the server:
chmod +x unpack_and_run_utbot.sh && ./unpack_and_run_utbot.sh

To restart the server:

/utbot_distr/utbot_server_restart.sh

To kill the server, use kill.

User guide

Supported syntax

Contributor guides

Developer guides

Advanced

Clone this wiki locally

AltStyle によって変換されたページ (->オリジナル) /