Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 698 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 698 Bytes

A testing system for codeforces and similar tasks made for Innopolis students

Setup (Ubuntu)

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