A testing system for codeforces and similar tasks made for Innopolis students
- Clone the repository:
git clone https://github.com/Makcal/Gigatester.git
- Enter the directory:
cd Gigatester
- Run the setup script:
sudo sh chore/setup.sh
- Copy systemd unit files to the systemd's directory:
sudo cp chore/gigatester.service chore/gigaweb.service /etc/systemd/system/
- Enable and start these services:
sudo systemctl daemon-reload
sudo systemctl enable gigatester
sudo systemctl enable gigaweb
sudo systemctl start gigatester
- [Optional] You can always check logs via:
journalctl -eu servicename