-
Notifications
You must be signed in to change notification settings - Fork 27
install server on ubuntu
github-actions[bot] edited this page Sep 22, 2023
·
2 revisions
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.
- 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
.