-
Notifications
You must be signed in to change notification settings - Fork 13
Running
Sankha Narayan Guria edited this page Jun 24, 2014
·
3 revisions
- Node.js
- fakechroot: This is required to create a
chroot
as a non-sudo user. Can be installed on Ubuntu like systems withsudo apt-get install fakechroot
.
- Clone the repository by the command:
git clone https://github.com/sankha93/judgev2.git
- Go to the cloned directory and install all required packages by:
npm install
- Some default options are already filled up in the files
config.json
andslaves.json
. You can look at the Configuring page if you want to change them. The existing ones are enough to get started. - Run the slave first:
node index.js --slave [name]
. Replacename
with whatever the name you have. The default one islanikai
. - Run the master by:
node index.js --master
.
That's it the judge is running and should be listening for requests on the port you set up (should be 6029
by default).