Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 619 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 619 Bytes

judger

windows linux-travis
Build status Build Status

the judger server of online judge system

Build

go get
go build

Install from Docker

docker pull duguying/judger
mkdir /var/goj/judger
docker run -d -p 1004:1004 -p 1005:1005 -v /var/goj/judger:/data duguying/judger

License

MIT License