klenin / cats-main

Programming contest control system

Home Page:https://imcs.dvfu.ru/cats?lang=en

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CATS: Programming contest control system

Build Status

Overview

CATS is a software for managing programming problems, organizing competitions, and supporting continuous learning process of programming-related subjects.

Installation on Linux

To install CATS you need to have git and sudo installed:

# apt-get install git sudo

Make sure current user is in sudoers (sudo group).

Clone this repo:

$ git clone git://github.com/klenin/cats-main.git

Look at deploy.bash, adjust http_proxy (and set env_keep in /etc/sudoers, see comments in deploy.bash) and Apache user group. Then execute the script:

$ ./deploy.bash

Restart Apache. You should now have working CATS installation. Visit http://localhost/cats/ to check.

Installation on Windows

Clone this repo:

> git clone git://github.com/klenin/cats-main.git

Run deploy script:

> deploy.bat

About

Programming contest control system

https://imcs.dvfu.ru/cats?lang=en

License:GNU General Public License v2.0


Languages

Language:Perl 90.6%Language:JavaScript 3.0%Language:CSS 2.7%Language:Batchfile 1.3%Language:Shell 1.0%Language:PLSQL 0.8%Language:C 0.4%Language:PLpgSQL 0.3%Language:Makefile 0.1%Language:Raku 0.0%