Whether you have Ubuntu 20.04 on your computer, Ubuntu 20.04 in WSL or a Docker container, follow the instructions to install the UnitTestBot C/C++ server.
- Download a ZIP archive with the release artifact:
wget https://github.com/UnitTestBot/UTBotCpp/releases/download/2022.12.0/utbot-release-2022.12.0.zip
You can choose the release on GitHub.
- Install the
unzip
utility:
sudo apt-get install unzip
- Unarchive the downloaded ZIP file:
unzip utbot-release-2022.12.0.zip
- 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
.