cats-main

所属分类:collect
开发工具:Perl
文件大小:0KB
下载次数:0
上传日期:2023-04-29 07:52:43
上 传 者sh-1993
说明:  编程竞赛控制系统,
(Programming contest control system,)

文件列表:
.travis.yml (460, 2023-11-21)
COPYING (18092, 2023-11-21)
CodingStyle.md (10569, 2023-11-21)
backups/ (0, 2023-11-21)
backups/repo/ (0, 2023-11-21)
cgi-bin/ (0, 2023-11-21)
cgi-bin/CATS/ (0, 2023-11-21)
cgi-bin/CATS/.htaccess (31, 2023-11-21)
cgi-bin/CATS/AccGroups.pm (2669, 2023-11-21)
cgi-bin/CATS/ApiJudge.pm (8185, 2023-11-21)
cgi-bin/CATS/Awards.pm (1628, 2023-11-21)
cgi-bin/CATS/Backup.pm (1971, 2023-11-21)
cgi-bin/CATS/Console.pm (19431, 2023-11-21)
cgi-bin/CATS/Contest.pm (3826, 2023-11-21)
cgi-bin/CATS/Contest/ (0, 2023-11-21)
cgi-bin/CATS/Contest/Participate.pm (5646, 2023-11-21)
cgi-bin/CATS/Contest/Utils.pm (15155, 2023-11-21)
cgi-bin/CATS/Contest/XmlSerializer.pm (10524, 2023-11-21)
cgi-bin/CATS/Countries.pm (10967, 2023-11-21)
cgi-bin/CATS/DeGrid.pm (788, 2023-11-21)
cgi-bin/CATS/Deploy.pm (3543, 2023-11-21)
cgi-bin/CATS/DetectImage.pm (717, 2023-11-21)
cgi-bin/CATS/Examus.pm (3065, 2023-11-21)
cgi-bin/CATS/Form.pm (14356, 2023-11-21)
cgi-bin/CATS/Globals.pm (3370, 2023-11-21)
cgi-bin/CATS/IP.pm (1523, 2023-11-21)
cgi-bin/CATS/Init.pm (4767, 2023-11-21)
cgi-bin/CATS/Judge.pm (600, 2023-11-21)
cgi-bin/CATS/ListView.pm (11546, 2023-11-21)
cgi-bin/CATS/Mail.pm (1480, 2023-11-21)
cgi-bin/CATS/MainMenu.pm (3201, 2023-11-21)
cgi-bin/CATS/Messages.pm (2387, 2023-11-21)
cgi-bin/CATS/Output.pm (4240, 2023-11-21)
cgi-bin/CATS/Privileges.pm (1342, 2023-11-21)
... ...

# CATS: Programming contest control system [![Build Status](https://travis-ci.org/klenin/cats-main.svg?branch=master)](https://travis-ci.org/klenin/cats-main) ## 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`

近期下载者

相关文件


收藏者