Skip to content

Makcal/Gigatester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published