summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorroot <root@localhost>2012-12-30 16:05:36 +0330
committerMahrud Sayrafi <mahrud@eve>2012-12-30 05:33:01 -0800
commitb300254ee1f308c440d8e8d8129fb863b6ec9599 (patch)
tree13b4c0871e5ed92b517c002ab815da7f0fe5fbcc /README
parent9cb5ecf6956115140521d74cea8b4191634842fd (diff)
downloadhellijudge-legacy.git-b300254ee1f308c440d8e8d8129fb863b6ec9599.tar.gz
hellijudge-legacy.git-b300254ee1f308c440d8e8d8129fb863b6ec9599.tar.xz
hellijudge-legacy.git-b300254ee1f308c440d8e8d8129fb863b6ec9599.zip
Making the legacy more usefulv0.9
Added a brief installation guide in README along with etc config file samples. Added a couple of useful start and kill scripts in utils folder. Added two sample problems (one normal one interactive) along with testers in utils folder.
Diffstat (limited to 'README')
-rw-r--r--README33
1 files changed, 30 insertions, 3 deletions
diff --git a/README b/README
index 4bf59ef..7d4c5d0 100644
--- a/README
+++ b/README
@@ -6,13 +6,40 @@
TO BE COMPLETED, asap!
Install & Configuration
+ First, install Fedora Linux or something close!
+ Edit /etc files according to the ones is etc directory of judge. They
+ are the settings responsible for jailing and limitations.
+ Edit utils/setenv.sh and set your judge directory in it, then run it.
+
+ Now build a jail. You can find our prepared jail at:
+ https://github.com/jux-foundation/hellijudge-jail
+ or you can build your own, but remember to add compiler scripts from
+ our repo.
+
+ Based on your own configuration, do the following:
+ mkdir /mnt/jail/home
+ mkdir /mnt/jail/source
+ ln -s /mnt/jail $JUDGE_PREFIX/jail
+
+ mkdir /var/log/jury
+ ln -s /var/log/jury $JUDGE_PREFIX/log
+
+ Start the daemon, then run utils/hellow-tester.sh to test the judge.
+ Run utils/bs-tester.sh to test the interactive feature.
+
+ If anything didn't workout, don't worry! I'd be surprised if it did!
+ Contact me at dinovirus [@] NOSPAM [.] gmail [.] com
+
TO BE COMPLETED, asap!
Documentation
+ Start: run utils/daemon.sh
+ Kill: run utils/jfsck.sh
+
TO BE COMPLETED, asap!
License
- Copyright (C) 2011 Hamed Saleh & Mahrud Sayrafi
+ Copyright (C) 2011-`date +%Y` Hamed Saleh & Mahrud Sayrafi
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -25,5 +52,5 @@
GNU General Public License for more details.
Authors & Contact information
- Hamed Saleh <hameelas@gmail.com.NOSPAM>
- Mahrud Sayrafi <sayrafi.m@gmail.com.NOSPAM>
+ Hamed Saleh <hameelas [@] NOSPAM [.] gmail [.] com>
+ Mahrud Sayrafi <sayrafi.m [@] NOSPAM [.] gmail [.] com>