项目作者: klenin

项目描述 :
Programming contest control system
高级语言: Perl
项目地址: git://github.com/klenin/cats-main.git
创建时间: 2012-03-07T04:51:43Z
项目社区:https://github.com/klenin/cats-main

开源协议:GNU General Public License v2.0

下载


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